Color Hex Logo

#eec29d Color Hex

#EEC29D
(238,194,157)
0 Favorites   0 Comments

Color spaces of #eec29d

RGB 238194157
HSL0.080.700.77
HSV27°34°93°
CMYK 0.000.180.34   0.07
XYZ60.637559.195040.1281
Yxy59.19500.37910.3701
Hunter Lab76.93836.039522.9334
CIE-Lab81.398710.609924.5363

#eec29d color RGB value is (238,194,157).

#eec29d hex color red value is 238, green value is 194 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eec29d hue: 0.08 , saturation: 0.70 and the lightness value of eec29d is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 10011101
Octal 356 302 235
Decimal 238 194 157
Hex EE C2 9D

RGB Percentages of Color #eec29d

%40.41
%32.94
%26.66

CMYK Percentages of Color #eec29d

%0
%18
%34
%7

Triadic Colors of #eec29d

#eec29d #9deec2 #c29dee

Analogous Colors of #eec29d

#eec29d #eeeb9d #ee9da1

Monochromatic Colors of #eec29d

#eec29d

Complementary Color

#eec29d #9dc9ee

#eec29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec29d Color CSS Codes

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

#eec29d Text Font Color

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

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


#eec29d Background Color

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

This div background color is #eec29d


#eec29d Border Color

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

This div border color is #eec29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec29d


Comments

No comments written yet.

Please login to write comment.