Color Hex Logo

#eec168 Color Hex

#EEC168
(238,193,104)
0 Favorites   0 Comments

Color spaces of #eec168

RGB 238193104
HSL0.110.800.67
HSV40°56°93°
CMYK 0.000.190.56   0.07
XYZ56.828657.316521.1647
Yxy57.31650.42000.4236
Hunter Lab75.70771.499436.4204
CIE-Lab80.35735.890650.2785

#eec168 color RGB value is (238,193,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000001 01101000
Octal 356 301 150
Decimal 238 193 104
Hex EE C1 68

RGB Percentages of Color #eec168

%44.49
%36.07
%19.44

CMYK Percentages of Color #eec168

%0
%19
%56
%7

Triadic Colors of #eec168

#eec168 #68eec1 #c168ee

Analogous Colors of #eec168

#eec168 #d8ee68 #ee7e68

Monochromatic Colors of #eec168

#eec168

Complementary Color

#eec168 #6895ee

#eec168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec168 Color CSS Codes

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

#eec168 Text Font Color

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

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


#eec168 Background Color

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

This div background color is #eec168


#eec168 Border Color

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

This div border color is #eec168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec168


Comments

No comments written yet.

Please login to write comment.