Color Hex Logo

#ead44f Color Hex

#EAD44F
(234,212,79)
0 Favorites   0 Comments

Color spaces of #ead44f

RGB 23421279
HSL0.140.790.61
HSV51°66°92°
CMYK 0.000.090.66   0.08
XYZ58.886565.143916.8675
Yxy65.14390.41790.4623
Hunter Lab80.7118-11.013844.1076
CIE-Lab84.5578-7.190865.9617

#ead44f color RGB value is (234,212,79).

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

The process color (four color CMYK) of #ead44f color hex is 0.00, 0.09, 0.66, 0.08. Web safe color of #ead44f is #ffcc66. Color #ead44f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01001111
Octal 352 324 117
Decimal 234 212 79
Hex EA D4 4F

RGB Percentages of Color #ead44f

%44.57
%40.38
%15.05

CMYK Percentages of Color #ead44f

%0
%9
%66
%8

Triadic Colors of #ead44f

#ead44f #4fead4 #d44fea

Analogous Colors of #ead44f

#ead44f #b3ea4f #ea874f

Monochromatic Colors of #ead44f

#ead44f

Complementary Color

#ead44f #4f65ea

#ead44f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead44f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead44f Color CSS Codes

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

#ead44f Text Font Color

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

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


#ead44f Background Color

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

This div background color is #ead44f


#ead44f Border Color

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

This div border color is #ead44f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead44f

#ead44f Color Palettes


Comments

No comments written yet.

Please login to write comment.