Color Hex Logo

#eeee5f Color Hex

#EEEE5F
(238,238,95)
0 Favorites   0 Comments

Color spaces of #eeee5f

RGB 23823895
HSL0.170.810.65
HSV60°60°93°
CMYK 0.000.000.60   0.07
XYZ67.900080.152422.7187
Yxy80.15240.39760.4694
Hunter Lab89.5279-21.295347.6240
CIE-Lab91.7532-17.481367.1578

#eeee5f color RGB value is (238,238,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11101110 01011111
Octal 356 356 137
Decimal 238 238 95
Hex EE EE 5F

RGB Percentages of Color #eeee5f

%41.68
%41.68
%16.64

CMYK Percentages of Color #eeee5f

%0
%0
%60
%7

Triadic Colors of #eeee5f

#eeee5f #5feeee #ee5fee

Analogous Colors of #eeee5f

#eeee5f #a7ee5f #eea75f

Monochromatic Colors of #eeee5f

#eeee5f

Complementary Color

#eeee5f #5f5fee

#eeee5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeee5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeee5f Color CSS Codes

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

#eeee5f Text Font Color

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

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


#eeee5f Background Color

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

This div background color is #eeee5f


#eeee5f Border Color

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

This div border color is #eeee5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeee5f


Comments

No comments written yet.

Please login to write comment.