Color spaces of #c5effa
RGB | 197 | 239 | 250 |
---|---|---|---|
HSL | 0.53 | 0.84 | 0.88 |
HSV | 192° | 21° | 98° |
CMYK | 0.21 | 0.04 | 0.00 0.02 |
XYZ | 71.1478 | 80.5054 | 102.2317 |
Yxy | 80.5054 | 0.2802 | 0.3171 |
Hunter Lab | 89.7248 | -15.4758 | -4.7472 |
CIE-Lab | 91.9112 | -11.1463 | -9.7880 |
#c5effa color RGB value is (197,239,250).
#c5effa hex color red value is 197, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #c5effa hue: 0.53 , saturation: 0.84 and the lightness value of c5effa is 0.88.
The process color (four color CMYK) of #c5effa color hex is 0.21, 0.04, 0.00, 0.02. Web safe color of #c5effa is #ccffff. Color #c5effa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11101111 | 11111010 |
Octal | 305 | 357 | 372 |
Decimal | 197 | 239 | 250 |
Hex | C5 | EF | FA |
Shades of #c5effa
Tints of #c5effa
RGB Percentages of Color #c5effa
CMYK Percentages of Color #c5effa
Complementary Color
#c5effa | #fad0c5 |
#c5effa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5effa Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5effa Color CSS Codes
.mybgcolor {background-color:#c5effa; } .myforecolor {color:#c5effa; } .mybordercolor {border:3px solid #c5effa; }
#c5effa Text Font Color
<p style="color:#c5effa">Text here</p>
This sample text font color is #c5effa
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.
#c5effa Background Color
<div style="background-color:#c5effa">
Div content here</div>
This div background color is #c5effa
#c5effa Border Color
<div style="border:3px solid #c5effa">
Div here</div>
This div border color is #c5effa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,239,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5effa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5effa; -webkit-box-shadow: 1px 1px 3px 2px #c5effa; box-shadow: 1px 1px 3px 2px #c5effa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,239,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 #c5effa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5effa; -webkit-box-shadow: 1px 1px 3px 2px #c5effa; box-shadow: 1px 1px 3px 2px #c5effa;">
Div content here</div>
This div box has shadow with color #c5effa
Comments
No comments written yet.
Please login to write comment.