Color Hex Logo

#eedc95 Color Hex

#EEDC95
(238,220,149)
0 Favorites   0 Comments

Color spaces of #eedc95

RGB 238220149
HSL0.130.720.76
HSV48°37°93°
CMYK 0.000.080.37   0.07
XYZ66.277971.533538.7479
Yxy71.53350.37540.4052
Hunter Lab84.5775-8.131732.0414
CIE-Lab87.7436-3.786437.1390

#eedc95 color RGB value is (238,220,149).

#eedc95 hex color red value is 238, green value is 220 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #eedc95 hue: 0.13 , saturation: 0.72 and the lightness value of eedc95 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 10010101
Octal 356 334 225
Decimal 238 220 149
Hex EE DC 95

RGB Percentages of Color #eedc95

%39.21
%36.24
%24.55

CMYK Percentages of Color #eedc95

%0
%8
%37
%7

Triadic Colors of #eedc95

#eedc95 #95eedc #dc95ee

Analogous Colors of #eedc95

#eedc95 #d4ee95 #eeb095

Monochromatic Colors of #eedc95

#eedc95

Complementary Color

#eedc95 #95a7ee

#eedc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc95 Color CSS Codes

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

#eedc95 Text Font Color

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

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


#eedc95 Background Color

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

This div background color is #eedc95


#eedc95 Border Color

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

This div border color is #eedc95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc95


Comments

No comments written yet.

Please login to write comment.