Color Hex Logo

#eedeab Color Hex

#EEDEAB
(238,222,171)
0 Favorites   0 Comments

Color spaces of #eedeab

RGB 238222171
HSL0.130.660.80
HSV46°28°93°
CMYK 0.000.070.28   0.07
XYZ68.731973.360049.0654
Yxy73.36000.35960.3838
Hunter Lab85.6505-6.647425.9907
CIE-Lab88.6191-2.154427.0450

#eedeab color RGB value is (238,222,171).

#eedeab hex color red value is 238, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #eedeab hue: 0.13 , saturation: 0.66 and the lightness value of eedeab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10101011
Octal 356 336 253
Decimal 238 222 171
Hex EE DE AB

RGB Percentages of Color #eedeab

%37.72
%35.18
%27.10

CMYK Percentages of Color #eedeab

%0
%7
%28
%7

Triadic Colors of #eedeab

#eedeab #abeede #deabee

Analogous Colors of #eedeab

#eedeab #ddeeab #eebdab

Monochromatic Colors of #eedeab

#eedeab

Complementary Color

#eedeab #abbbee

#eedeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedeab Color CSS Codes

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

#eedeab Text Font Color

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

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


#eedeab Background Color

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

This div background color is #eedeab


#eedeab Border Color

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

This div border color is #eedeab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,222,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eedeab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eedeab;
  -webkit-box-shadow: 1px 1px 3px 2px #eedeab;
  box-shadow:         1px 1px 3px 2px #eedeab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,222,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedeab

#eedeab Color Palettes


Comments

No comments written yet.

Please login to write comment.