Color spaces of #c5faee
RGB | 197 | 250 | 238 |
---|---|---|---|
HSL | 0.46 | 0.84 | 0.88 |
HSV | 166° | 21° | 98° |
CMYK | 0.21 | 0.00 | 0.05 0.02 |
XYZ | 72.6442 | 86.4146 | 93.7398 |
Yxy | 86.4146 | 0.2874 | 0.3418 |
Hunter Lab | 92.9595 | -23.1882 | 5.2839 |
CIE-Lab | 94.4893 | -19.0984 | 0.2372 |
#c5faee color RGB value is (197,250,238).
#c5faee hex color red value is 197, green value is 250 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #c5faee hue: 0.46 , saturation: 0.84 and the lightness value of c5faee is 0.88.
The process color (four color CMYK) of #c5faee color hex is 0.21, 0.00, 0.05, 0.02. Web safe color of #c5faee is #ccffff. Color #c5faee contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 11111010 | 11101110 |
Octal | 305 | 372 | 356 |
Decimal | 197 | 250 | 238 |
Hex | C5 | FA | EE |
Shades of #c5faee
Tints of #c5faee
RGB Percentages of Color #c5faee
CMYK Percentages of Color #c5faee
Complementary Color
#c5faee | #fac5d1 |
#c5faee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c5faee Color Preview on White Background
Lorem ipsum dolor sit amet.
#c5faee Color CSS Codes
.mybgcolor {background-color:#c5faee; } .myforecolor {color:#c5faee; } .mybordercolor {border:3px solid #c5faee; }
#c5faee Text Font Color
<p style="color:#c5faee">Text here</p>
This sample text font color is #c5faee
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.
#c5faee Background Color
<div style="background-color:#c5faee">
Div content here</div>
This div background color is #c5faee
#c5faee Border Color
<div style="border:3px solid #c5faee">
Div here</div>
This div border color is #c5faee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,250,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c5faee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c5faee; -webkit-box-shadow: 1px 1px 3px 2px #c5faee; box-shadow: 1px 1px 3px 2px #c5faee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,250,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c5faee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c5faee; -webkit-box-shadow: 1px 1px 3px 2px #c5faee; box-shadow: 1px 1px 3px 2px #c5faee;">
Div content here</div>
This div box has shadow with color #c5faee
Comments
No comments written yet.
Please login to write comment.