Color Hex Logo

#eee069 Color Hex

#EEE069
(238,224,105)
0 Favorites   0 Comments

Color spaces of #eee069

RGB 238224105
HSL0.150.800.67
HSV54°56°93°
CMYK 0.000.060.56   0.07
XYZ64.465472.508423.9624
Yxy72.50840.40060.4505
Hunter Lab85.1519-13.879942.9216
CIE-Lab88.2127-9.887858.9272

#eee069 color RGB value is (238,224,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100000 01101001
Octal 356 340 151
Decimal 238 224 105
Hex EE E0 69

RGB Percentages of Color #eee069

%41.98
%39.51
%18.52

CMYK Percentages of Color #eee069

%0
%6
%56
%7

Triadic Colors of #eee069

#eee069 #69eee0 #e069ee

Analogous Colors of #eee069

#eee069 #baee69 #ee9e69

Monochromatic Colors of #eee069

#eee069

Complementary Color

#eee069 #6977ee

#eee069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee069 Color CSS Codes

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

#eee069 Text Font Color

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

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


#eee069 Background Color

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

This div background color is #eee069


#eee069 Border Color

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

This div border color is #eee069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee069


Comments

No comments written yet.

Please login to write comment.