Color Hex Logo

#eec276 Color Hex

#EEC276
(238,194,118)
0 Favorites   0 Comments

Color spaces of #eec276

RGB 238194118
HSL0.110.780.70
HSV38°50°93°
CMYK 0.000.180.50   0.07
XYZ57.821758.068725.3004
Yxy58.06870.40950.4113
Hunter Lab76.20282.088533.6569
CIE-Lab80.77706.521243.9001

#eec276 color RGB value is (238,194,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000010 01110110
Octal 356 302 166
Decimal 238 194 118
Hex EE C2 76

RGB Percentages of Color #eec276

%43.27
%35.27
%21.45

CMYK Percentages of Color #eec276

%0
%18
%50
%7

Triadic Colors of #eec276

#eec276 #76eec2 #c276ee

Analogous Colors of #eec276

#eec276 #deee76 #ee8676

Monochromatic Colors of #eec276

#eec276

Complementary Color

#eec276 #76a2ee

#eec276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec276 Color CSS Codes

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

#eec276 Text Font Color

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

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


#eec276 Background Color

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

This div background color is #eec276


#eec276 Border Color

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

This div border color is #eec276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec276


Comments

No comments written yet.

Please login to write comment.