Color Hex Logo

#eedfa2 Color Hex

#EEDFA2
(238,223,162)
0 Favorites   0 Comments

Color spaces of #eedfa2

RGB 238223162
HSL0.130.690.78
HSV48°32°93°
CMYK 0.000.060.32   0.07
XYZ68.169273.561144.7882
Yxy73.56110.36550.3944
Hunter Lab85.7678-8.219829.0760
CIE-Lab88.7146-3.794131.8013

#eedfa2 color RGB value is (238,223,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10100010
Octal 356 337 242
Decimal 238 223 162
Hex EE DF A2

RGB Percentages of Color #eedfa2

%38.20
%35.79
%26.00

CMYK Percentages of Color #eedfa2

%0
%6
%32
%7

Triadic Colors of #eedfa2

#eedfa2 #a2eedf #dfa2ee

Analogous Colors of #eedfa2

#eedfa2 #d7eea2 #eeb9a2

Monochromatic Colors of #eedfa2

#eedfa2

Complementary Color

#eedfa2 #a2b1ee

#eedfa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfa2 Color CSS Codes

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

#eedfa2 Text Font Color

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

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


#eedfa2 Background Color

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

This div background color is #eedfa2


#eedfa2 Border Color

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

This div border color is #eedfa2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,223,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 #eedfa2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfa2


Comments

No comments written yet.

Please login to write comment.