Color spaces of #cedfd3
RGB | 206 | 223 | 211 |
---|---|---|---|
HSL | 0.38 | 0.21 | 0.84 |
HSV | 138° | 8° | 87° |
CMYK | 0.08 | 0.00 | 0.05 0.13 |
XYZ | 63.5991 | 70.6003 | 71.9032 |
Yxy | 70.6003 | 0.3086 | 0.3425 |
Hunter Lab | 84.0240 | -11.9325 | 8.0796 |
CIE-Lab | 87.2905 | -7.8892 | 3.9226 |
#cedfd3 color RGB value is (206,223,211).
#cedfd3 hex color red value is 206, green value is 223 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #cedfd3 hue: 0.38 , saturation: 0.21 and the lightness value of cedfd3 is 0.84.
The process color (four color CMYK) of #cedfd3 color hex is 0.08, 0.00, 0.05, 0.13. Web safe color of #cedfd3 is #cccccc. Color #cedfd3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11011111 | 11010011 |
Octal | 316 | 337 | 323 |
Decimal | 206 | 223 | 211 |
Hex | CE | DF | D3 |
Shades of #cedfd3
Tints of #cedfd3
RGB Percentages of Color #cedfd3
CMYK Percentages of Color #cedfd3
Complementary Color
#cedfd3 | #dfceda |
#cedfd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cedfd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cedfd3 Color CSS Codes
.mybgcolor {background-color:#cedfd3; } .myforecolor {color:#cedfd3; } .mybordercolor {border:3px solid #cedfd3; }
#cedfd3 Text Font Color
<p style="color:#cedfd3">Text here</p>
This sample text font color is #cedfd3
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.
#cedfd3 Background Color
<div style="background-color:#cedfd3">
Div content here</div>
This div background color is #cedfd3
#cedfd3 Border Color
<div style="border:3px solid #cedfd3">
Div here</div>
This div border color is #cedfd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,223,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cedfd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cedfd3; -webkit-box-shadow: 1px 1px 3px 2px #cedfd3; box-shadow: 1px 1px 3px 2px #cedfd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,223,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cedfd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cedfd3; -webkit-box-shadow: 1px 1px 3px 2px #cedfd3; box-shadow: 1px 1px 3px 2px #cedfd3;">
Div content here</div>
This div box has shadow with color #cedfd3
Comments
No comments written yet.
Please login to write comment.