Color Hex Logo

#eaec7b Color Hex

#EAEC7B
(234,236,123)
0 Favorites   0 Comments

Color spaces of #eaec7b

RGB 234236123
HSL0.170.750.70
HSV61°48°93°
CMYK 0.010.000.48   0.07
XYZ67.502378.913430.4129
Yxy78.91340.38170.4463
Hunter Lab88.8332-19.820141.8848
CIE-Lab91.1951-15.950054.0829

#eaec7b color RGB value is (234,236,123).

#eaec7b hex color red value is 234, green value is 236 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #eaec7b hue: 0.17 , saturation: 0.75 and the lightness value of eaec7b is 0.70.

The process color (four color CMYK) of #eaec7b color hex is 0.01, 0.00, 0.48, 0.07. Web safe color of #eaec7b is #ffff66. Color #eaec7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101100 01111011
Octal 352 354 173
Decimal 234 236 123
Hex EA EC 7B

RGB Percentages of Color #eaec7b

%39.46
%39.80
%20.74

CMYK Percentages of Color #eaec7b

%1
%0
%48
%7

Triadic Colors of #eaec7b

#eaec7b #7beaec #ec7bea

Analogous Colors of #eaec7b

#eaec7b #b2ec7b #ecb67b

Monochromatic Colors of #eaec7b

#eaec7b

Complementary Color

#eaec7b #7d7bec

#eaec7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaec7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaec7b Color CSS Codes

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

#eaec7b Text Font Color

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

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


#eaec7b Background Color

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

This div background color is #eaec7b


#eaec7b Border Color

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

This div border color is #eaec7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaec7b


Comments

No comments written yet.

Please login to write comment.