Color Hex Logo

#ead77f Color Hex

#EAD77F
(234,215,127)
0 Favorites   0 Comments

Color spaces of #ead77f

RGB 234215127
HSL0.140.720.71
HSV49°46°92°
CMYK 0.000.080.46   0.08
XYZ62.062967.625629.8607
Yxy67.62560.38900.4239
Hunter Lab82.2348-9.196336.0353
CIE-Lab85.8189-5.096245.6097

#ead77f color RGB value is (234,215,127).

#ead77f hex color red value is 234, green value is 215 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ead77f hue: 0.14 , saturation: 0.72 and the lightness value of ead77f is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 01111111
Octal 352 327 177
Decimal 234 215 127
Hex EA D7 7F

RGB Percentages of Color #ead77f

%40.63
%37.33
%22.05

CMYK Percentages of Color #ead77f

%0
%8
%46
%8

Triadic Colors of #ead77f

#ead77f #7fead7 #d77fea

Analogous Colors of #ead77f

#ead77f #c8ea7f #eaa27f

Monochromatic Colors of #ead77f

#ead77f

Complementary Color

#ead77f #7f92ea

#ead77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead77f Color CSS Codes

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

#ead77f Text Font Color

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

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


#ead77f Background Color

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

This div background color is #ead77f


#ead77f Border Color

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

This div border color is #ead77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead77f


Comments

No comments written yet.

Please login to write comment.