Color Hex Logo

#ead489 Color Hex

#EAD489
(234,212,137)
0 Favorites   0 Comments

Color spaces of #ead489

RGB 234212137
HSL0.130.700.73
HSV46°41°92°
CMYK 0.000.090.41   0.08
XYZ61.990566.385533.2133
Yxy66.38550.38360.4108
Hunter Lab81.4773-6.776832.8652
CIE-Lab85.1927-2.565739.8384

#ead489 color RGB value is (234,212,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010100 10001001
Octal 352 324 211
Decimal 234 212 137
Hex EA D4 89

RGB Percentages of Color #ead489

%40.14
%36.36
%23.50

CMYK Percentages of Color #ead489

%0
%9
%41
%8

Triadic Colors of #ead489

#ead489 #89ead4 #d489ea

Analogous Colors of #ead489

#ead489 #d0ea89 #eaa489

Monochromatic Colors of #ead489

#ead489

Complementary Color

#ead489 #899fea

#ead489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead489 Color CSS Codes

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

#ead489 Text Font Color

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

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


#ead489 Background Color

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

This div background color is #ead489


#ead489 Border Color

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

This div border color is #ead489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead489


Comments

No comments written yet.

Please login to write comment.