Color Hex Logo

#ead884 Color Hex

#EAD884
(234,216,132)
0 Favorites   0 Comments

Color spaces of #ead884

RGB 234216132
HSL0.140.710.72
HSV49°44°92°
CMYK 0.000.080.44   0.08
XYZ62.652468.270131.7051
Yxy68.27010.38530.4198
Hunter Lab82.6257-9.244335.0873
CIE-Lab86.1413-5.116943.5435

#ead884 color RGB value is (234,216,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 10000100
Octal 352 330 204
Decimal 234 216 132
Hex EA D8 84

RGB Percentages of Color #ead884

%40.21
%37.11
%22.68

CMYK Percentages of Color #ead884

%0
%8
%44
%8

Triadic Colors of #ead884

#ead884 #84ead8 #d884ea

Analogous Colors of #ead884

#ead884 #c9ea84 #eaa584

Monochromatic Colors of #ead884

#ead884

Complementary Color

#ead884 #8496ea

#ead884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead884 Color CSS Codes

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

#ead884 Text Font Color

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

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


#ead884 Background Color

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

This div background color is #ead884


#ead884 Border Color

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

This div border color is #ead884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead884


Comments

No comments written yet.

Please login to write comment.