Color Hex Logo

#eaec2f Color Hex

#EAEC2F
(234,236,47)
0 Favorites   0 Comments

Color spaces of #eaec2f

RGB 23423647
HSL0.170.830.55
HSV61°80°93°
CMYK 0.010.000.80   0.07
XYZ64.440277.688614.2884
Yxy77.68860.41200.4967
Hunter Lab88.1411-23.745252.0874
CIE-Lab90.6376-20.397282.2242

#eaec2f color RGB value is (234,236,47).

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

The process color (four color CMYK) of #eaec2f color hex is 0.01, 0.00, 0.80, 0.07. Web safe color of #eaec2f is #ffff33. Color #eaec2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101100 00101111
Octal 352 354 57
Decimal 234 236 47
Hex EA EC 2F

RGB Percentages of Color #eaec2f

%45.26
%45.65
%9.09

CMYK Percentages of Color #eaec2f

%1
%0
%80
%7

Triadic Colors of #eaec2f

#eaec2f #2feaec #ec2fea

Analogous Colors of #eaec2f

#eaec2f #8cec2f #ec902f

Monochromatic Colors of #eaec2f

#eaec2f

Complementary Color

#eaec2f #312fec

#eaec2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaec2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaec2f Color CSS Codes

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

#eaec2f Text Font Color

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

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


#eaec2f Background Color

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

This div background color is #eaec2f


#eaec2f Border Color

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

This div border color is #eaec2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaec2f

#eaec2f Color Palettes


Comments

No comments written yet.

Please login to write comment.