Color Hex Logo

#eec266 Color Hex

#EEC266
(238,194,102)
0 Favorites   0 Comments

Color spaces of #eec266

RGB 238194102
HSL0.110.800.67
HSV41°57°93°
CMYK 0.000.180.57   0.07
XYZ56.950057.720020.7099
Yxy57.72000.42070.4264
Hunter Lab75.97370.850037.0195
CIE-Lab80.58295.218051.5033

#eec266 color RGB value is (238,194,102).

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

The process color (four color CMYK) of #eec266 color hex is 0.00, 0.18, 0.57, 0.07. Web safe color of #eec266 is #ffcc66. Color #eec266 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01100110
Octal 356 302 146
Decimal 238 194 102
Hex EE C2 66

RGB Percentages of Color #eec266

%44.57
%36.33
%19.10

CMYK Percentages of Color #eec266

%0
%18
%57
%7

Triadic Colors of #eec266

#eec266 #66eec2 #c266ee

Analogous Colors of #eec266

#eec266 #d6ee66 #ee7e66

Monochromatic Colors of #eec266

#eec266

Complementary Color

#eec266 #6692ee

#eec266 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec266 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec266 Color CSS Codes

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

#eec266 Text Font Color

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

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


#eec266 Background Color

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

This div background color is #eec266


#eec266 Border Color

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

This div border color is #eec266


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec266


Comments

No comments written yet.

Please login to write comment.