Color Hex Logo

#ead9be Color Hex

#EAD9BE
(234,217,190)
0 Favorites   0 Comments

Color spaces of #ead9be

RGB 234217190
HSL0.100.510.83
HSV37°19°92°
CMYK 0.000.070.19   0.08
XYZ68.038870.835858.8019
Yxy70.83580.34420.3583
Hunter Lab84.1640-2.986317.4913
CIE-Lab87.40521.564615.4150

#ead9be color RGB value is (234,217,190).

#ead9be hex color red value is 234, green value is 217 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ead9be hue: 0.10 , saturation: 0.51 and the lightness value of ead9be is 0.83.

The process color (four color CMYK) of #ead9be color hex is 0.00, 0.07, 0.19, 0.08. Web safe color of #ead9be is #ffcccc. Color #ead9be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 10111110
Octal 352 331 276
Decimal 234 217 190
Hex EA D9 BE

RGB Percentages of Color #ead9be

%36.51
%33.85
%29.64

CMYK Percentages of Color #ead9be

%0
%7
%19
%8

Triadic Colors of #ead9be

#ead9be #beead9 #d9beea

Analogous Colors of #ead9be

#ead9be #e5eabe #eac3be

Monochromatic Colors of #ead9be

#ead9be

Complementary Color

#ead9be #becfea

#ead9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead9be Color CSS Codes

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

#ead9be Text Font Color

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

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


#ead9be Background Color

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

This div background color is #ead9be


#ead9be Border Color

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

This div border color is #ead9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead9be


Comments

No comments written yet.

Please login to write comment.