Color spaces of #eabdf4
RGB | 234 | 189 | 244 |
---|---|---|---|
HSL | 0.80 | 0.71 | 0.85 |
HSV | 289° | 23° | 96° |
CMYK | 0.04 | 0.23 | 0.00 0.04 |
XYZ | 68.4584 | 60.4193 | 93.6419 |
Yxy | 60.4193 | 0.3077 | 0.2715 |
Hunter Lab | 77.7299 | 21.1817 | -17.0163 |
CIE-Lab | 82.0656 | 25.4977 | -21.1168 |
#eabdf4 color RGB value is (234,189,244).
#eabdf4 hex color red value is 234, green value is 189 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #eabdf4 hue: 0.80 , saturation: 0.71 and the lightness value of eabdf4 is 0.85.
The process color (four color CMYK) of #eabdf4 color hex is 0.04, 0.23, 0.00, 0.04. Web safe color of #eabdf4 is #ffccff. Color #eabdf4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111101 | 11110100 |
Octal | 352 | 275 | 364 |
Decimal | 234 | 189 | 244 |
Hex | EA | BD | F4 |
Shades of #eabdf4
Tints of #eabdf4
RGB Percentages of Color #eabdf4
CMYK Percentages of Color #eabdf4
Complementary Color
#eabdf4 | #c7f4bd |
#eabdf4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabdf4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabdf4 Color CSS Codes
.mybgcolor {background-color:#eabdf4; } .myforecolor {color:#eabdf4; } .mybordercolor {border:3px solid #eabdf4; }
#eabdf4 Text Font Color
<p style="color:#eabdf4">Text here</p>
This sample text font color is #eabdf4
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.
#eabdf4 Background Color
<div style="background-color:#eabdf4">
Div content here</div>
This div background color is #eabdf4
#eabdf4 Border Color
<div style="border:3px solid #eabdf4">
Div here</div>
This div border color is #eabdf4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,189,244, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabdf4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabdf4; -webkit-box-shadow: 1px 1px 3px 2px #eabdf4; box-shadow: 1px 1px 3px 2px #eabdf4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,189,244, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabdf4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabdf4; -webkit-box-shadow: 1px 1px 3px 2px #eabdf4; box-shadow: 1px 1px 3px 2px #eabdf4;">
Div content here</div>
This div box has shadow with color #eabdf4
Comments
No comments written yet.
Please login to write comment.