Color Hex Logo

#eaedab Color Hex

#EAEDAB
(234,237,171)
0 Favorites   0 Comments

Color spaces of #eaedab

RGB 234237171
HSL0.170.650.80
HSV63°28°93°
CMYK 0.010.000.28   0.07
XYZ71.566681.001150.3909
Yxy81.00110.35260.3991
Hunter Lab90.0006-15.561629.8042
CIE-Lab92.1322-11.210031.7335

#eaedab color RGB value is (234,237,171).

#eaedab hex color red value is 234, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eaedab hue: 0.17 , saturation: 0.65 and the lightness value of eaedab is 0.80.

The process color (four color CMYK) of #eaedab color hex is 0.01, 0.00, 0.28, 0.07. Web safe color of #eaedab is #ffff99. Color #eaedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 10101011
Octal 352 355 253
Decimal 234 237 171
Hex EA ED AB

RGB Percentages of Color #eaedab

%36.45
%36.92
%26.64

CMYK Percentages of Color #eaedab

%1
%0
%28
%7

Triadic Colors of #eaedab

#eaedab #abeaed #edabea

Analogous Colors of #eaedab

#eaedab #c9edab #edcfab

Monochromatic Colors of #eaedab

#eaedab

Complementary Color

#eaedab #aeabed

#eaedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaedab Color CSS Codes

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

#eaedab Text Font Color

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

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


#eaedab Background Color

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

This div background color is #eaedab


#eaedab Border Color

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

This div border color is #eaedab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,237,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 #eaedab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaedab


Comments

No comments written yet.

Please login to write comment.