Color Hex Logo

#eaec0d Color Hex

#EAEC0D
(234,236,13)
0 Favorites   0 Comments

Color spaces of #eaec0d

RGB 23423613
HSL0.170.900.49
HSV61°94°93°
CMYK 0.010.000.94   0.07
XYZ63.999877.512411.9690
Yxy77.51240.41700.5050
Hunter Lab88.0411-24.314853.5684
CIE-Lab90.5569-21.052487.9121

#eaec0d color RGB value is (234,236,13).

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

The process color (four color CMYK) of #eaec0d color hex is 0.01, 0.00, 0.94, 0.07. Web safe color of #eaec0d is #ffff00. Color #eaec0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101100 00001101
Octal 352 354 15
Decimal 234 236 13
Hex EA EC D

RGB Percentages of Color #eaec0d

%48.45
%48.86
%2.69

CMYK Percentages of Color #eaec0d

%1
%0
%94
%7

Triadic Colors of #eaec0d

#eaec0d #0deaec #ec0dea

Analogous Colors of #eaec0d

#eaec0d #7bec0d #ec7f0d

Monochromatic Colors of #eaec0d

#eaec0d

Complementary Color

#eaec0d #0f0dec

#eaec0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaec0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaec0d Color CSS Codes

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

#eaec0d Text Font Color

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

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


#eaec0d Background Color

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

This div background color is #eaec0d


#eaec0d Border Color

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

This div border color is #eaec0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaec0d

#eaec0d Color Palettes


Comments

No comments written yet.

Please login to write comment.