Color spaces of #cffdd5
RGB | 207 | 253 | 213 |
---|---|---|---|
HSL | 0.36 | 0.92 | 0.90 |
HSV | 128° | 18° | 99° |
CMYK | 0.18 | 0.00 | 0.16 0.01 |
XYZ | 72.8676 | 88.3201 | 76.1577 |
Yxy | 88.3201 | 0.3070 | 0.3721 |
Hunter Lab | 93.9788 | -26.0607 | 17.7382 |
CIE-Lab | 95.2956 | -22.1054 | 14.3550 |
#cffdd5 color RGB value is (207,253,213).
#cffdd5 hex color red value is 207, green value is 253 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #cffdd5 hue: 0.36 , saturation: 0.92 and the lightness value of cffdd5 is 0.90.
The process color (four color CMYK) of #cffdd5 color hex is 0.18, 0.00, 0.16, 0.01. Web safe color of #cffdd5 is #ccffcc. Color #cffdd5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11111101 | 11010101 |
Octal | 317 | 375 | 325 |
Decimal | 207 | 253 | 213 |
Hex | CF | FD | D5 |
Shades of #cffdd5
Tints of #cffdd5
RGB Percentages of Color #cffdd5
CMYK Percentages of Color #cffdd5
Complementary Color
#cffdd5 | #fdcff7 |
#cffdd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cffdd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cffdd5 Color CSS Codes
.mybgcolor {background-color:#cffdd5; } .myforecolor {color:#cffdd5; } .mybordercolor {border:3px solid #cffdd5; }
#cffdd5 Text Font Color
<p style="color:#cffdd5">Text here</p>
This sample text font color is #cffdd5
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.
#cffdd5 Background Color
<div style="background-color:#cffdd5">
Div content here</div>
This div background color is #cffdd5
#cffdd5 Border Color
<div style="border:3px solid #cffdd5">
Div here</div>
This div border color is #cffdd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,253,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cffdd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cffdd5; -webkit-box-shadow: 1px 1px 3px 2px #cffdd5; box-shadow: 1px 1px 3px 2px #cffdd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,253,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cffdd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cffdd5; -webkit-box-shadow: 1px 1px 3px 2px #cffdd5; box-shadow: 1px 1px 3px 2px #cffdd5;">
Div content here</div>
This div box has shadow with color #cffdd5
Comments
No comments written yet.
Please login to write comment.