Color Hex Logo

#eedea2 Color Hex

#EEDEA2
(238,222,162)
0 Favorites   0 Comments

Color spaces of #eedea2

RGB 238222162
HSL0.130.690.78
HSV47°32°93°
CMYK 0.000.070.32   0.07
XYZ67.902873.028344.6994
Yxy73.02830.36580.3934
Hunter Lab85.4566-7.715128.8071
CIE-Lab88.4612-3.285531.4627

#eedea2 color RGB value is (238,222,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10100010
Octal 356 336 242
Decimal 238 222 162
Hex EE DE A2

RGB Percentages of Color #eedea2

%38.26
%35.69
%26.05

CMYK Percentages of Color #eedea2

%0
%7
%32
%7

Triadic Colors of #eedea2

#eedea2 #a2eede #dea2ee

Analogous Colors of #eedea2

#eedea2 #d8eea2 #eeb8a2

Monochromatic Colors of #eedea2

#eedea2

Complementary Color

#eedea2 #a2b2ee

#eedea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedea2 Color CSS Codes

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

#eedea2 Text Font Color

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

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


#eedea2 Background Color

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

This div background color is #eedea2


#eedea2 Border Color

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

This div border color is #eedea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedea2


Comments

No comments written yet.

Please login to write comment.