Color Hex Logo

#eec069 Color Hex

#EEC069
(238,192,105)
0 Favorites   0 Comments

Color spaces of #eec069

RGB 238192105
HSL0.110.800.67
HSV39°56°93°
CMYK 0.000.190.56   0.07
XYZ56.659356.896321.3604
Yxy56.89630.42000.4217
Hunter Lab75.42962.079236.0108
CIE-Lab80.12126.489449.5155

#eec069 color RGB value is (238,192,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000000 01101001
Octal 356 300 151
Decimal 238 192 105
Hex EE C0 69

RGB Percentages of Color #eec069

%44.49
%35.89
%19.63

CMYK Percentages of Color #eec069

%0
%19
%56
%7

Triadic Colors of #eec069

#eec069 #69eec0 #c069ee

Analogous Colors of #eec069

#eec069 #daee69 #ee7e69

Monochromatic Colors of #eec069

#eec069

Complementary Color

#eec069 #6997ee

#eec069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec069 Color CSS Codes

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

#eec069 Text Font Color

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

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


#eec069 Background Color

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

This div background color is #eec069


#eec069 Border Color

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

This div border color is #eec069


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,192,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 #eec069">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec069

#eec069 Color Palettes


Comments

No comments written yet.

Please login to write comment.