Color Hex Logo

#ead47f Color Hex

#EAD47F
(234,212,127)
0 Favorites   0 Comments

Color spaces of #ead47f

RGB 234212127
HSL0.130.720.71
HSV48°46°92°
CMYK 0.000.090.46   0.08
XYZ61.305966.111729.6083
Yxy66.11170.39040.4210
Hunter Lab81.3091-7.704535.3262
CIE-Lab85.0534-3.567344.6569

#ead47f color RGB value is (234,212,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 01111111
Octal 352 324 177
Decimal 234 212 127
Hex EA D4 7F

RGB Percentages of Color #ead47f

%40.84
%37.00
%22.16

CMYK Percentages of Color #ead47f

%0
%9
%46
%8

Triadic Colors of #ead47f

#ead47f #7fead4 #d47fea

Analogous Colors of #ead47f

#ead47f #cbea7f #ea9f7f

Monochromatic Colors of #ead47f

#ead47f

Complementary Color

#ead47f #7f95ea

#ead47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead47f Color CSS Codes

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

#ead47f Text Font Color

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

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


#ead47f Background Color

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

This div background color is #ead47f


#ead47f Border Color

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

This div border color is #ead47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead47f


Comments

No comments written yet.

Please login to write comment.