Color spaces of #cefdf2
RGB | 206 | 253 | 242 |
---|---|---|---|
HSL | 0.46 | 0.92 | 0.90 |
HSV | 166° | 19° | 99° |
CMYK | 0.19 | 0.00 | 0.04 0.01 |
XYZ | 76.6059 | 89.7832 | 97.2967 |
Yxy | 89.7832 | 0.2905 | 0.3405 |
Hunter Lab | 94.7540 | -21.5073 | 5.4468 |
CIE-Lab | 95.9068 | -17.0444 | 0.3044 |
#cefdf2 color RGB value is (206,253,242).
#cefdf2 hex color red value is 206, green value is 253 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #cefdf2 hue: 0.46 , saturation: 0.92 and the lightness value of cefdf2 is 0.90.
The process color (four color CMYK) of #cefdf2 color hex is 0.19, 0.00, 0.04, 0.01. Web safe color of #cefdf2 is #ccffff. Color #cefdf2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11111101 | 11110010 |
Octal | 316 | 375 | 362 |
Decimal | 206 | 253 | 242 |
Hex | CE | FD | F2 |
Shades of #cefdf2
Tints of #cefdf2
RGB Percentages of Color #cefdf2
CMYK Percentages of Color #cefdf2
Complementary Color
#cefdf2 | #fdced9 |
#cefdf2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cefdf2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cefdf2 Color CSS Codes
.mybgcolor {background-color:#cefdf2; } .myforecolor {color:#cefdf2; } .mybordercolor {border:3px solid #cefdf2; }
#cefdf2 Text Font Color
<p style="color:#cefdf2">Text here</p>
This sample text font color is #cefdf2
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.
#cefdf2 Background Color
<div style="background-color:#cefdf2">
Div content here</div>
This div background color is #cefdf2
#cefdf2 Border Color
<div style="border:3px solid #cefdf2">
Div here</div>
This div border color is #cefdf2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,253,242, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cefdf2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cefdf2; -webkit-box-shadow: 1px 1px 3px 2px #cefdf2; box-shadow: 1px 1px 3px 2px #cefdf2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,253,242, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cefdf2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cefdf2; -webkit-box-shadow: 1px 1px 3px 2px #cefdf2; box-shadow: 1px 1px 3px 2px #cefdf2;">
Div content here</div>
This div box has shadow with color #cefdf2
Related Colors
Comments
No comments written yet.
Please login to write comment.