Color spaces of #eaeea6
RGB | 234 | 238 | 166 |
---|---|---|---|
HSL | 0.18 | 0.68 | 0.79 |
HSV | 63° | 30° | 93° |
CMYK | 0.02 | 0.00 | 0.30 0.07 |
XYZ | 71.3892 | 81.3947 | 48.0245 |
Yxy | 81.3947 | 0.3555 | 0.4053 |
Hunter Lab | 90.2190 | -16.6384 | 31.5926 |
CIE-Lab | 92.3070 | -12.3398 | 34.4955 |
#eaeea6 color RGB value is (234,238,166).
#eaeea6 hex color red value is 234, green value is 238 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #eaeea6 hue: 0.18 , saturation: 0.68 and the lightness value of eaeea6 is 0.79.
The process color (four color CMYK) of #eaeea6 color hex is 0.02, 0.00, 0.30, 0.07. Web safe color of #eaeea6 is #ffff99. Color #eaeea6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11101110 | 10100110 |
Octal | 352 | 356 | 246 |
Decimal | 234 | 238 | 166 |
Hex | EA | EE | A6 |
Shades of #eaeea6
Tints of #eaeea6
RGB Percentages of Color #eaeea6
CMYK Percentages of Color #eaeea6
Complementary Color
#eaeea6 | #aaa6ee |
#eaeea6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaeea6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaeea6 Color CSS Codes
.mybgcolor {background-color:#eaeea6; } .myforecolor {color:#eaeea6; } .mybordercolor {border:3px solid #eaeea6; }
#eaeea6 Text Font Color
<p style="color:#eaeea6">Text here</p>
This sample text font color is #eaeea6
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.
#eaeea6 Background Color
<div style="background-color:#eaeea6">
Div content here</div>
This div background color is #eaeea6
#eaeea6 Border Color
<div style="border:3px solid #eaeea6">
Div here</div>
This div border color is #eaeea6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,238,166, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaeea6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaeea6; -webkit-box-shadow: 1px 1px 3px 2px #eaeea6; box-shadow: 1px 1px 3px 2px #eaeea6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,238,166, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaeea6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaeea6; -webkit-box-shadow: 1px 1px 3px 2px #eaeea6; box-shadow: 1px 1px 3px 2px #eaeea6;">
Div content here</div>
This div box has shadow with color #eaeea6
#eaeea6 Color Palettes
Comments
No comments written yet.
Please login to write comment.