Color spaces of #edcaf5
RGB | 237 | 202 | 245 |
---|---|---|---|
HSL | 0.80 | 0.68 | 0.88 |
HSV | 289° | 18° | 96° |
CMYK | 0.03 | 0.18 | 0.00 0.04 |
XYZ | 72.5270 | 66.8382 | 95.4647 |
Yxy | 66.8382 | 0.3088 | 0.2846 |
Hunter Lab | 81.7546 | 15.2821 | -12.0046 |
CIE-Lab | 85.4222 | 19.7382 | -16.5558 |
#edcaf5 color RGB value is (237,202,245).
#edcaf5 hex color red value is 237, green value is 202 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #edcaf5 hue: 0.80 , saturation: 0.68 and the lightness value of edcaf5 is 0.88.
The process color (four color CMYK) of #edcaf5 color hex is 0.03, 0.18, 0.00, 0.04. Web safe color of #edcaf5 is #ffccff. Color #edcaf5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11001010 | 11110101 |
Octal | 355 | 312 | 365 |
Decimal | 237 | 202 | 245 |
Hex | ED | CA | F5 |
Shades of #edcaf5
Tints of #edcaf5
RGB Percentages of Color #edcaf5
CMYK Percentages of Color #edcaf5
Complementary Color
#edcaf5 | #d2f5ca |
#edcaf5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edcaf5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edcaf5 Color CSS Codes
.mybgcolor {background-color:#edcaf5; } .myforecolor {color:#edcaf5; } .mybordercolor {border:3px solid #edcaf5; }
#edcaf5 Text Font Color
<p style="color:#edcaf5">Text here</p>
This sample text font color is #edcaf5
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.
#edcaf5 Background Color
<div style="background-color:#edcaf5">
Div content here</div>
This div background color is #edcaf5
#edcaf5 Border Color
<div style="border:3px solid #edcaf5">
Div here</div>
This div border color is #edcaf5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,202,245, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edcaf5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edcaf5; -webkit-box-shadow: 1px 1px 3px 2px #edcaf5; box-shadow: 1px 1px 3px 2px #edcaf5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,202,245, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edcaf5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edcaf5; -webkit-box-shadow: 1px 1px 3px 2px #edcaf5; box-shadow: 1px 1px 3px 2px #edcaf5;">
Div content here</div>
This div box has shadow with color #edcaf5
Comments
No comments written yet.
Please login to write comment.