Color Hex Logo

#eec18d Color Hex

#EEC18D
(238,193,141)
0 Favorites   0 Comments

Color spaces of #eec18d

RGB 238193141
HSL0.090.740.74
HSV32°41°93°
CMYK 0.000.190.41   0.07
XYZ59.137658.240233.3239
Yxy58.24020.39240.3865
Hunter Lab76.31534.770027.5311
CIE-Lab80.87229.300732.2400

#eec18d color RGB value is (238,193,141).

#eec18d hex color red value is 238, green value is 193 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #eec18d hue: 0.09 , saturation: 0.74 and the lightness value of eec18d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 10001101
Octal 356 301 215
Decimal 238 193 141
Hex EE C1 8D

RGB Percentages of Color #eec18d

%41.61
%33.74
%24.65

CMYK Percentages of Color #eec18d

%0
%19
%41
%7

Triadic Colors of #eec18d

#eec18d #8deec1 #c18dee

Analogous Colors of #eec18d

#eec18d #ebee8d #ee918d

Monochromatic Colors of #eec18d

#eec18d

Complementary Color

#eec18d #8dbaee

#eec18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec18d Color CSS Codes

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

#eec18d Text Font Color

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

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


#eec18d Background Color

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

This div background color is #eec18d


#eec18d Border Color

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

This div border color is #eec18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec18d


Comments

No comments written yet.

Please login to write comment.