Color spaces of #c1eddc
RGB | 193 | 237 | 220 |
---|---|---|---|
HSL | 0.44 | 0.55 | 0.84 |
HSV | 157° | 19° | 93° |
CMYK | 0.19 | 0.00 | 0.07 0.07 |
XYZ | 65.1948 | 77.0731 | 79.1506 |
Yxy | 77.0731 | 0.2944 | 0.3481 |
Hunter Lab | 87.7913 | -21.0786 | 7.9994 |
CIE-Lab | 90.3552 | -17.4722 | 3.5414 |
#c1eddc color RGB value is (193,237,220).
#c1eddc hex color red value is 193, green value is 237 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c1eddc hue: 0.44 , saturation: 0.55 and the lightness value of c1eddc is 0.84.
The process color (four color CMYK) of #c1eddc color hex is 0.19, 0.00, 0.07, 0.07. Web safe color of #c1eddc is #ccffcc. Color #c1eddc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 11101101 | 11011100 |
Octal | 301 | 355 | 334 |
Decimal | 193 | 237 | 220 |
Hex | C1 | ED | DC |
Shades of #c1eddc
Tints of #c1eddc
RGB Percentages of Color #c1eddc
CMYK Percentages of Color #c1eddc
Complementary Color
#c1eddc | #edc1d2 |
#c1eddc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1eddc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1eddc Color CSS Codes
.mybgcolor {background-color:#c1eddc; } .myforecolor {color:#c1eddc; } .mybordercolor {border:3px solid #c1eddc; }
#c1eddc Text Font Color
<p style="color:#c1eddc">Text here</p>
This sample text font color is #c1eddc
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.
#c1eddc Background Color
<div style="background-color:#c1eddc">
Div content here</div>
This div background color is #c1eddc
#c1eddc Border Color
<div style="border:3px solid #c1eddc">
Div here</div>
This div border color is #c1eddc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,237,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1eddc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1eddc; -webkit-box-shadow: 1px 1px 3px 2px #c1eddc; box-shadow: 1px 1px 3px 2px #c1eddc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,237,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1eddc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1eddc; -webkit-box-shadow: 1px 1px 3px 2px #c1eddc; box-shadow: 1px 1px 3px 2px #c1eddc;">
Div content here</div>
This div box has shadow with color #c1eddc
Comments
No comments written yet.
Please login to write comment.