Color spaces of #eabbee
RGB | 234 | 187 | 238 |
---|---|---|---|
HSL | 0.82 | 0.60 | 0.83 |
HSV | 295° | 21° | 93° |
CMYK | 0.02 | 0.21 | 0.00 0.07 |
XYZ | 67.1346 | 59.2061 | 88.7785 |
Yxy | 59.2061 | 0.3121 | 0.2752 |
Hunter Lab | 76.9455 | 21.0858 | -14.5460 |
CIE-Lab | 81.4048 | 25.4382 | -18.9048 |
#eabbee color RGB value is (234,187,238).
#eabbee hex color red value is 234, green value is 187 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eabbee hue: 0.82 , saturation: 0.60 and the lightness value of eabbee is 0.83.
The process color (four color CMYK) of #eabbee color hex is 0.02, 0.21, 0.00, 0.07. Web safe color of #eabbee is #ffccff. Color #eabbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10111011 | 11101110 |
Octal | 352 | 273 | 356 |
Decimal | 234 | 187 | 238 |
Hex | EA | BB | EE |
Shades of #eabbee
Tints of #eabbee
RGB Percentages of Color #eabbee
CMYK Percentages of Color #eabbee
Complementary Color
#eabbee | #bfeebb |
#eabbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eabbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#eabbee Color CSS Codes
.mybgcolor {background-color:#eabbee; } .myforecolor {color:#eabbee; } .mybordercolor {border:3px solid #eabbee; }
#eabbee Text Font Color
<p style="color:#eabbee">Text here</p>
This sample text font color is #eabbee
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.
#eabbee Background Color
<div style="background-color:#eabbee">
Div content here</div>
This div background color is #eabbee
#eabbee Border Color
<div style="border:3px solid #eabbee">
Div here</div>
This div border color is #eabbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,187,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eabbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eabbee; -webkit-box-shadow: 1px 1px 3px 2px #eabbee; box-shadow: 1px 1px 3px 2px #eabbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,187,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eabbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eabbee; -webkit-box-shadow: 1px 1px 3px 2px #eabbee; box-shadow: 1px 1px 3px 2px #eabbee;">
Div content here</div>
This div box has shadow with color #eabbee
Comments
No comments written yet.
Please login to write comment.