Color spaces of #edafcc
RGB | 237 | 175 | 204 |
---|---|---|---|
HSL | 0.92 | 0.63 | 0.81 |
HSV | 332° | 26° | 93° |
CMYK | 0.00 | 0.26 | 0.14 0.07 |
XYZ | 61.1541 | 53.0241 | 64.1382 |
Yxy | 53.0241 | 0.3430 | 0.2974 |
Hunter Lab | 72.8176 | 22.4779 | -1.2506 |
CIE-Lab | 77.8892 | 26.9557 | -5.7767 |
#edafcc color RGB value is (237,175,204).
#edafcc hex color red value is 237, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #edafcc hue: 0.92 , saturation: 0.63 and the lightness value of edafcc is 0.81.
The process color (four color CMYK) of #edafcc color hex is 0.00, 0.26, 0.14, 0.07. Web safe color of #edafcc is #ff99cc. Color #edafcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10101111 | 11001100 |
Octal | 355 | 257 | 314 |
Decimal | 237 | 175 | 204 |
Hex | ED | AF | CC |
Shades of #edafcc
Tints of #edafcc
RGB Percentages of Color #edafcc
CMYK Percentages of Color #edafcc
Complementary Color
#edafcc | #afedd0 |
#edafcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edafcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#edafcc Color CSS Codes
.mybgcolor {background-color:#edafcc; } .myforecolor {color:#edafcc; } .mybordercolor {border:3px solid #edafcc; }
#edafcc Text Font Color
<p style="color:#edafcc">Text here</p>
This sample text font color is #edafcc
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.
#edafcc Background Color
<div style="background-color:#edafcc">
Div content here</div>
This div background color is #edafcc
#edafcc Border Color
<div style="border:3px solid #edafcc">
Div here</div>
This div border color is #edafcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,175,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edafcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edafcc; -webkit-box-shadow: 1px 1px 3px 2px #edafcc; box-shadow: 1px 1px 3px 2px #edafcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,175,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edafcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edafcc; -webkit-box-shadow: 1px 1px 3px 2px #edafcc; box-shadow: 1px 1px 3px 2px #edafcc;">
Div content here</div>
This div box has shadow with color #edafcc
#edafcc Color Palettes
Comments
No comments written yet.
Please login to write comment.