Color Hex Logo

#eadd81 Color Hex

#EADD81
(234,221,129)
0 Favorites   0 Comments

Color spaces of #eadd81

RGB 234221129
HSL0.150.710.71
HSV53°45°92°
CMYK 0.000.060.45   0.08
XYZ63.750670.790331.0728
Yxy70.79030.38490.4274
Hunter Lab84.1370-11.990236.9994
CIE-Lab87.3830-7.941346.5716

#eadd81 color RGB value is (234,221,129).

#eadd81 hex color red value is 234, green value is 221 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #eadd81 hue: 0.15 , saturation: 0.71 and the lightness value of eadd81 is 0.71.

The process color (four color CMYK) of #eadd81 color hex is 0.00, 0.06, 0.45, 0.08. Web safe color of #eadd81 is #ffcc99. Color #eadd81 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 10000001
Octal 352 335 201
Decimal 234 221 129
Hex EA DD 81

RGB Percentages of Color #eadd81

%40.07
%37.84
%22.09

CMYK Percentages of Color #eadd81

%0
%6
%45
%8

Triadic Colors of #eadd81

#eadd81 #81eadd #dd81ea

Analogous Colors of #eadd81

#eadd81 #c3ea81 #eaa981

Monochromatic Colors of #eadd81

#eadd81

Complementary Color

#eadd81 #818eea

#eadd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd81 Color CSS Codes

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

#eadd81 Text Font Color

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

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


#eadd81 Background Color

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

This div background color is #eadd81


#eadd81 Border Color

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

This div border color is #eadd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd81


Comments

No comments written yet.

Please login to write comment.