Color Hex Logo

#eee05c Color Hex

#EEE05C
(238,224,92)
0 Favorites   0 Comments

Color spaces of #eee05c

RGB 23822492
HSL0.150.810.65
HSV54°61°93°
CMYK 0.000.060.61   0.07
XYZ63.847372.261220.7079
Yxy72.26120.40710.4608
Hunter Lab85.0066-14.692645.0614
CIE-Lab88.0942-10.785364.4575

#eee05c color RGB value is (238,224,92).

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

The process color (four color CMYK) of #eee05c color hex is 0.00, 0.06, 0.61, 0.07. Web safe color of #eee05c is #ffcc66. Color #eee05c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01011100
Octal 356 340 134
Decimal 238 224 92
Hex EE E0 5C

RGB Percentages of Color #eee05c

%42.96
%40.43
%16.61

CMYK Percentages of Color #eee05c

%0
%6
%61
%7

Triadic Colors of #eee05c

#eee05c #5ceee0 #e05cee

Analogous Colors of #eee05c

#eee05c #b3ee5c #ee975c

Monochromatic Colors of #eee05c

#eee05c

Complementary Color

#eee05c #5c6aee

#eee05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee05c Color CSS Codes

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

#eee05c Text Font Color

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

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


#eee05c Background Color

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

This div background color is #eee05c


#eee05c Border Color

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

This div border color is #eee05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee05c


Comments

No comments written yet.

Please login to write comment.