Color spaces of #eddafe
RGB | 237 | 218 | 254 |
---|---|---|---|
HSL | 0.75 | 0.95 | 0.93 |
HSV | 272° | 14° | 100° |
CMYK | 0.07 | 0.14 | 0.00 0.00 |
XYZ | 77.8858 | 75.3031 | 104.1959 |
Yxy | 75.3031 | 0.3026 | 0.2926 |
Hunter Lab | 86.7774 | 8.3498 | -10.4469 |
CIE-Lab | 89.5348 | 12.9982 | -15.1315 |
#eddafe color RGB value is (237,218,254).
#eddafe hex color red value is 237, green value is 218 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eddafe hue: 0.75 , saturation: 0.95 and the lightness value of eddafe is 0.93.
The process color (four color CMYK) of #eddafe color hex is 0.07, 0.14, 0.00, 0.00. Web safe color of #eddafe is #ffccff. Color #eddafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11011010 | 11111110 |
Octal | 355 | 332 | 376 |
Decimal | 237 | 218 | 254 |
Hex | ED | DA | FE |
Shades of #eddafe
Tints of #eddafe
RGB Percentages of Color #eddafe
CMYK Percentages of Color #eddafe
Complementary Color
#eddafe | #ebfeda |
#eddafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eddafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#eddafe Color CSS Codes
.mybgcolor {background-color:#eddafe; } .myforecolor {color:#eddafe; } .mybordercolor {border:3px solid #eddafe; }
#eddafe Text Font Color
<p style="color:#eddafe">Text here</p>
This sample text font color is #eddafe
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.
#eddafe Background Color
<div style="background-color:#eddafe">
Div content here</div>
This div background color is #eddafe
#eddafe Border Color
<div style="border:3px solid #eddafe">
Div here</div>
This div border color is #eddafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,218,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eddafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eddafe; -webkit-box-shadow: 1px 1px 3px 2px #eddafe; box-shadow: 1px 1px 3px 2px #eddafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,218,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eddafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eddafe; -webkit-box-shadow: 1px 1px 3px 2px #eddafe; box-shadow: 1px 1px 3px 2px #eddafe;">
Div content here</div>
This div box has shadow with color #eddafe
Comments
No comments written yet.
Please login to write comment.