Color spaces of #ccfafd
RGB | 204 | 250 | 253 |
---|---|---|---|
HSL | 0.51 | 0.92 | 0.90 |
HSV | 184° | 19° | 99° |
CMYK | 0.19 | 0.01 | 0.00 0.01 |
XYZ | 76.8171 | 88.3004 | 105.9235 |
Yxy | 88.3004 | 0.2834 | 0.3258 |
Hunter Lab | 93.9683 | -18.5245 | -1.0554 |
CIE-Lab | 95.2873 | -13.9470 | -6.2967 |
#ccfafd color RGB value is (204,250,253).
#ccfafd hex color red value is 204, green value is 250 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #ccfafd hue: 0.51 , saturation: 0.92 and the lightness value of ccfafd is 0.90.
The process color (four color CMYK) of #ccfafd color hex is 0.19, 0.01, 0.00, 0.01. Web safe color of #ccfafd is #ccffff. Color #ccfafd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111010 | 11111101 |
Octal | 314 | 372 | 375 |
Decimal | 204 | 250 | 253 |
Hex | CC | FA | FD |
Shades of #ccfafd
Tints of #ccfafd
RGB Percentages of Color #ccfafd
CMYK Percentages of Color #ccfafd
Complementary Color
#ccfafd | #fdcfcc |
#ccfafd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccfafd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccfafd Color CSS Codes
.mybgcolor {background-color:#ccfafd; } .myforecolor {color:#ccfafd; } .mybordercolor {border:3px solid #ccfafd; }
#ccfafd Text Font Color
<p style="color:#ccfafd">Text here</p>
This sample text font color is #ccfafd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#ccfafd Background Color
<div style="background-color:#ccfafd">
Div content here</div>
This div background color is #ccfafd
#ccfafd Border Color
<div style="border:3px solid #ccfafd">
Div here</div>
This div border color is #ccfafd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,250,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccfafd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccfafd; -webkit-box-shadow: 1px 1px 3px 2px #ccfafd; box-shadow: 1px 1px 3px 2px #ccfafd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,250,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccfafd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccfafd; -webkit-box-shadow: 1px 1px 3px 2px #ccfafd; box-shadow: 1px 1px 3px 2px #ccfafd;">
Div content here</div>
This div box has shadow with color #ccfafd
Comments
No comments written yet.
Please login to write comment.