Color Hex Logo

#ead78f Color Hex

#EAD78F
(234,215,143)
0 Favorites   0 Comments

Color spaces of #ead78f

RGB 234215143
HSL0.130.680.74
HSV47°39°92°
CMYK 0.000.080.39   0.08
XYZ63.190068.076535.7962
Yxy68.07650.37820.4075
Hunter Lab82.5085-7.683732.0330
CIE-Lab86.0447-3.459337.9042

#ead78f color RGB value is (234,215,143).

#ead78f hex color red value is 234, green value is 215 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ead78f hue: 0.13 , saturation: 0.68 and the lightness value of ead78f is 0.74.

The process color (four color CMYK) of #ead78f color hex is 0.00, 0.08, 0.39, 0.08. Web safe color of #ead78f is #ffcc99. Color #ead78f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010111 10001111
Octal 352 327 217
Decimal 234 215 143
Hex EA D7 8F

RGB Percentages of Color #ead78f

%39.53
%36.32
%24.16

CMYK Percentages of Color #ead78f

%0
%8
%39
%8

Triadic Colors of #ead78f

#ead78f #8fead7 #d78fea

Analogous Colors of #ead78f

#ead78f #d0ea8f #eaaa8f

Monochromatic Colors of #ead78f

#ead78f

Complementary Color

#ead78f #8fa2ea

#ead78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead78f Color CSS Codes

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

#ead78f Text Font Color

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

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


#ead78f Background Color

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

This div background color is #ead78f


#ead78f Border Color

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

This div border color is #ead78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead78f


Comments

No comments written yet.

Please login to write comment.