Color Hex Logo

#ead99c Color Hex

#EAD99C
(234,217,156)
0 Favorites   0 Comments

Color spaces of #ead99c

RGB 234217156
HSL0.130.650.76
HSV47°33°92°
CMYK 0.000.070.33   0.08
XYZ64.745369.518441.4584
Yxy69.51840.36850.3956
Hunter Lab83.3777-7.300328.8833
CIE-Lab86.7601-2.991732.2128

#ead99c color RGB value is (234,217,156).

#ead99c hex color red value is 234, green value is 217 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ead99c hue: 0.13 , saturation: 0.65 and the lightness value of ead99c is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 10011100
Octal 352 331 234
Decimal 234 217 156
Hex EA D9 9C

RGB Percentages of Color #ead99c

%38.55
%35.75
%25.70

CMYK Percentages of Color #ead99c

%0
%7
%33
%8

Triadic Colors of #ead99c

#ead99c #9cead9 #d99cea

Analogous Colors of #ead99c

#ead99c #d4ea9c #eab29c

Monochromatic Colors of #ead99c

#ead99c

Complementary Color

#ead99c #9cadea

#ead99c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead99c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead99c Color CSS Codes

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

#ead99c Text Font Color

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

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


#ead99c Background Color

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

This div background color is #ead99c


#ead99c Border Color

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

This div border color is #ead99c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead99c


Comments

No comments written yet.

Please login to write comment.