Color Hex Logo

#eec28d Color Hex

#EEC28D
(238,194,141)
0 Favorites   0 Comments

Color spaces of #eec28d

RGB 238194141
HSL0.090.740.74
HSV33°41°93°
CMYK 0.000.180.41   0.07
XYZ59.359458.683833.3978
Yxy58.68380.39200.3875
Hunter Lab76.60544.255427.7750
CIE-Lab81.11758.776332.5634

#eec28d color RGB value is (238,194,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 10001101
Octal 356 302 215
Decimal 238 194 141
Hex EE C2 8D

RGB Percentages of Color #eec28d

%41.54
%33.86
%24.61

CMYK Percentages of Color #eec28d

%0
%18
%41
%7

Triadic Colors of #eec28d

#eec28d #8deec2 #c28dee

Analogous Colors of #eec28d

#eec28d #eaee8d #ee928d

Monochromatic Colors of #eec28d

#eec28d

Complementary Color

#eec28d #8db9ee

#eec28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec28d Color CSS Codes

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

#eec28d Text Font Color

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

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


#eec28d Background Color

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

This div background color is #eec28d


#eec28d Border Color

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

This div border color is #eec28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec28d


Comments

No comments written yet.

Please login to write comment.