Color Hex Logo

#ead44a Color Hex

#EAD44A
(234,212,74)
0 Favorites   0 Comments

Color spaces of #ead44a

RGB 23421274
HSL0.140.790.60
HSV52°68°92°
CMYK 0.000.090.68   0.08
XYZ58.711265.073815.9447
Yxy65.07380.42020.4657
Hunter Lab80.6683-11.255544.7487
CIE-Lab84.5218-7.458767.8952

#ead44a color RGB value is (234,212,74).

#ead44a hex color red value is 234, green value is 212 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ead44a hue: 0.14 , saturation: 0.79 and the lightness value of ead44a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01001010
Octal 352 324 112
Decimal 234 212 74
Hex EA D4 4A

RGB Percentages of Color #ead44a

%45.00
%40.77
%14.23

CMYK Percentages of Color #ead44a

%0
%9
%68
%8

Triadic Colors of #ead44a

#ead44a #4aead4 #d44aea

Analogous Colors of #ead44a

#ead44a #b0ea4a #ea844a

Monochromatic Colors of #ead44a

#ead44a

Complementary Color

#ead44a #4a60ea

#ead44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead44a Color CSS Codes

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

#ead44a Text Font Color

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

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


#ead44a Background Color

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

This div background color is #ead44a


#ead44a Border Color

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

This div border color is #ead44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead44a


Comments

No comments written yet.

Please login to write comment.