Color Hex Logo

#eec969 Color Hex

#EEC969
(238,201,105)
0 Favorites   0 Comments

Color spaces of #eec969

RGB 238201105
HSL0.120.800.67
HSV43°56°93°
CMYK 0.000.160.56   0.07
XYZ58.696360.970422.0394
Yxy60.97040.41420.4303
Hunter Lab78.0835-2.465737.9236
CIE-Lab82.36281.811052.1618

#eec969 color RGB value is (238,201,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 01101001
Octal 356 311 151
Decimal 238 201 105
Hex EE C9 69

RGB Percentages of Color #eec969

%43.75
%36.95
%19.30

CMYK Percentages of Color #eec969

%0
%16
%56
%7

Triadic Colors of #eec969

#eec969 #69eec9 #c969ee

Analogous Colors of #eec969

#eec969 #d1ee69 #ee8769

Monochromatic Colors of #eec969

#eec969

Complementary Color

#eec969 #698eee

#eec969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec969 Color CSS Codes

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

#eec969 Text Font Color

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

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


#eec969 Background Color

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

This div background color is #eec969


#eec969 Border Color

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

This div border color is #eec969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec969


Comments

No comments written yet.

Please login to write comment.