Color Hex Logo

#ead480 Color Hex

#EAD480
(234,212,128)
0 Favorites   0 Comments

Color spaces of #ead480

RGB 234212128
HSL0.130.720.71
HSV48°45°92°
CMYK 0.000.090.45   0.08
XYZ61.371566.137929.9533
Yxy66.13790.38980.4200
Hunter Lab81.3252-7.615335.0902
CIE-Lab85.0667-3.470844.1786

#ead480 color RGB value is (234,212,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 10000000
Octal 352 324 200
Decimal 234 212 128
Hex EA D4 80

RGB Percentages of Color #ead480

%40.77
%36.93
%22.30

CMYK Percentages of Color #ead480

%0
%9
%45
%8

Triadic Colors of #ead480

#ead480 #80ead4 #d480ea

Analogous Colors of #ead480

#ead480 #cbea80 #ea9f80

Monochromatic Colors of #ead480

#ead480

Complementary Color

#ead480 #8096ea

#ead480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead480 Color CSS Codes

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

#ead480 Text Font Color

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

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


#ead480 Background Color

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

This div background color is #ead480


#ead480 Border Color

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

This div border color is #ead480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead480


Comments

No comments written yet.

Please login to write comment.