Color Hex Logo

#eeec5b Color Hex

#EEEC5B
(238,236,91)
0 Favorites   0 Comments

Color spaces of #eeec5b

RGB 23823691
HSL0.160.810.65
HSV59°62°93°
CMYK 0.000.010.62   0.07
XYZ67.143778.923421.5924
Yxy78.92340.40050.4707
Hunter Lab88.8388-20.559147.7767
CIE-Lab91.1996-16.760968.1969

#eeec5b color RGB value is (238,236,91).

#eeec5b hex color red value is 238, green value is 236 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eeec5b hue: 0.16 , saturation: 0.81 and the lightness value of eeec5b is 0.65.

The process color (four color CMYK) of #eeec5b color hex is 0.00, 0.01, 0.62, 0.07. Web safe color of #eeec5b is #ffff66. Color #eeec5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101100 01011011
Octal 356 354 133
Decimal 238 236 91
Hex EE EC 5B

RGB Percentages of Color #eeec5b

%42.12
%41.77
%16.11

CMYK Percentages of Color #eeec5b

%0
%1
%62
%7

Triadic Colors of #eeec5b

#eeec5b #5beeec #ec5bee

Analogous Colors of #eeec5b

#eeec5b #a7ee5b #eea35b

Monochromatic Colors of #eeec5b

#eeec5b

Complementary Color

#eeec5b #5b5dee

#eeec5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeec5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeec5b Color CSS Codes

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

#eeec5b Text Font Color

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

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


#eeec5b Background Color

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

This div background color is #eeec5b


#eeec5b Border Color

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

This div border color is #eeec5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeec5b


Comments

No comments written yet.

Please login to write comment.