Color Hex Logo

#eafdab Color Hex

#EAFDAB
(234,253,171)
0 Favorites   0 Comments

Color spaces of #eafdab

RGB 234253171
HSL0.210.950.83
HSV74°32°99°
CMYK 0.080.000.32   0.01
XYZ76.407790.683352.0046
Yxy90.68330.34870.4139
Hunter Lab95.2278-23.426034.2807
CIE-Lab96.2795-19.052637.2500

#eafdab color RGB value is (234,253,171).

#eafdab hex color red value is 234, green value is 253 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eafdab hue: 0.21 , saturation: 0.95 and the lightness value of eafdab is 0.83.

The process color (four color CMYK) of #eafdab color hex is 0.08, 0.00, 0.32, 0.01. Web safe color of #eafdab is #ffff99. Color #eafdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11111101 10101011
Octal 352 375 253
Decimal 234 253 171
Hex EA FD AB

RGB Percentages of Color #eafdab

%35.56
%38.45
%25.99

CMYK Percentages of Color #eafdab

%8
%0
%32
%1

Triadic Colors of #eafdab

#eafdab #abeafd #fdabea

Analogous Colors of #eafdab

#eafdab #c1fdab #fde7ab

Monochromatic Colors of #eafdab

#eafdab

Complementary Color

#eafdab #beabfd

#eafdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eafdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eafdab Color CSS Codes

.mybgcolor {background-color:#eafdab; } 
.myforecolor {color:#eafdab; }
.mybordercolor {border:3px solid #eafdab; }

#eafdab Text Font Color

<p style="color:#eafdab">Text here</p>

This sample text font color is #eafdab
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.


#eafdab Background Color

<div style="background-color:#eafdab">
Div content here</div>

This div background color is #eafdab


#eafdab Border Color

<div style="border:3px solid #eafdab">
Div here</div>

This div border color is #eafdab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,253,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eafdab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eafdab;
  -webkit-box-shadow: 1px 1px 3px 2px #eafdab;
  box-shadow:         1px 1px 3px 2px #eafdab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,253,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eafdab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #eafdab;
  -webkit-box-shadow: 1px 1px 3px 2px #eafdab;
  box-shadow:         1px 1px 3px 2px #eafdab;">
Div content here</div>

This div box has shadow with color #eafdab


Comments

No comments written yet.

Please login to write comment.