Color spaces of #ccf8fa
RGB | 204 | 248 | 250 |
---|---|---|---|
HSL | 0.51 | 0.82 | 0.89 |
HSV | 183° | 18° | 98° |
CMYK | 0.18 | 0.01 | 0.00 0.02 |
XYZ | 75.7246 | 86.8743 | 103.2198 |
Yxy | 86.8743 | 0.2849 | 0.3268 |
Hunter Lab | 93.2064 | -18.0906 | -0.4152 |
CIE-Lab | 94.6849 | -13.5690 | -5.6346 |
#ccf8fa color RGB value is (204,248,250).
#ccf8fa hex color red value is 204, green value is 248 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ccf8fa hue: 0.51 , saturation: 0.82 and the lightness value of ccf8fa is 0.89.
The process color (four color CMYK) of #ccf8fa color hex is 0.18, 0.01, 0.00, 0.02. Web safe color of #ccf8fa is #ccffff. Color #ccf8fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111000 | 11111010 |
Octal | 314 | 370 | 372 |
Decimal | 204 | 248 | 250 |
Hex | CC | F8 | FA |
Shades of #ccf8fa
Tints of #ccf8fa
RGB Percentages of Color #ccf8fa
CMYK Percentages of Color #ccf8fa
Complementary Color
#ccf8fa | #facecc |
#ccf8fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccf8fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccf8fa Color CSS Codes
.mybgcolor {background-color:#ccf8fa; } .myforecolor {color:#ccf8fa; } .mybordercolor {border:3px solid #ccf8fa; }
#ccf8fa Text Font Color
<p style="color:#ccf8fa">Text here</p>
This sample text font color is #ccf8fa
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.
#ccf8fa Background Color
<div style="background-color:#ccf8fa">
Div content here</div>
This div background color is #ccf8fa
#ccf8fa Border Color
<div style="border:3px solid #ccf8fa">
Div here</div>
This div border color is #ccf8fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,248,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccf8fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccf8fa; -webkit-box-shadow: 1px 1px 3px 2px #ccf8fa; box-shadow: 1px 1px 3px 2px #ccf8fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,248,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccf8fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccf8fa; -webkit-box-shadow: 1px 1px 3px 2px #ccf8fa; box-shadow: 1px 1px 3px 2px #ccf8fa;">
Div content here</div>
This div box has shadow with color #ccf8fa
Comments
No comments written yet.
Please login to write comment.