Color Hex Logo

#eee06c Color Hex

#EEE06C
(238,224,108)
0 Favorites   0 Comments

Color spaces of #eee06c

RGB 238224108
HSL0.150.790.68
HSV54°55°93°
CMYK 0.000.060.55   0.07
XYZ64.622372.571224.7890
Yxy72.57120.39890.4480
Hunter Lab85.1887-13.674142.3794
CIE-Lab88.2428-9.661457.6063

#eee06c color RGB value is (238,224,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01101100
Octal 356 340 154
Decimal 238 224 108
Hex EE E0 6C

RGB Percentages of Color #eee06c

%41.75
%39.30
%18.95

CMYK Percentages of Color #eee06c

%0
%6
%55
%7

Triadic Colors of #eee06c

#eee06c #6ceee0 #e06cee

Analogous Colors of #eee06c

#eee06c #bbee6c #ee9f6c

Monochromatic Colors of #eee06c

#eee06c

Complementary Color

#eee06c #6c7aee

#eee06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee06c Color CSS Codes

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

#eee06c Text Font Color

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

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


#eee06c Background Color

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

This div background color is #eee06c


#eee06c Border Color

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

This div border color is #eee06c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee06c


Comments

No comments written yet.

Please login to write comment.