Color Hex Logo

#ead42f Color Hex

#EAD42F
(234,212,47)
0 Favorites   0 Comments

Color spaces of #ead42f

RGB 23421247
HSL0.150.820.55
HSV53°80°92°
CMYK 0.000.090.80   0.08
XYZ57.988364.784612.1377
Yxy64.78460.42980.4802
Hunter Lab80.4889-12.255047.4013
CIE-Lab84.3726-8.570876.8015

#ead42f color RGB value is (234,212,47).

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

The process color (four color CMYK) of #ead42f color hex is 0.00, 0.09, 0.80, 0.08. Web safe color of #ead42f is #ffcc33. Color #ead42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 00101111
Octal 352 324 57
Decimal 234 212 47
Hex EA D4 2F

RGB Percentages of Color #ead42f

%47.46
%43.00
%9.53

CMYK Percentages of Color #ead42f

%0
%9
%80
%8

Triadic Colors of #ead42f

#ead42f #2fead4 #d42fea

Analogous Colors of #ead42f

#ead42f #a3ea2f #ea772f

Monochromatic Colors of #ead42f

#ead42f

Complementary Color

#ead42f #2f45ea

#ead42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead42f Color CSS Codes

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

#ead42f Text Font Color

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

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


#ead42f Background Color

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

This div background color is #ead42f


#ead42f Border Color

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

This div border color is #ead42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead42f


Comments

No comments written yet.

Please login to write comment.