Color Hex Logo

#ecc276 Color Hex

#ECC276
(236,194,118)
0 Favorites   0 Comments

Color spaces of #ecc276

RGB 236194118
HSL0.110.760.69
HSV39°50°93°
CMYK 0.000.180.50   0.07
XYZ57.153957.724425.2691
Yxy57.72440.40780.4119
Hunter Lab75.97661.318833.4643
CIE-Lab80.58535.709943.6204

#ecc276 color RGB value is (236,194,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000010 01110110
Octal 354 302 166
Decimal 236 194 118
Hex EC C2 76

RGB Percentages of Color #ecc276

%43.07
%35.40
%21.53

CMYK Percentages of Color #ecc276

%0
%18
%50
%7

Triadic Colors of #ecc276

#ecc276 #76ecc2 #c276ec

Analogous Colors of #ecc276

#ecc276 #dbec76 #ec8776

Monochromatic Colors of #ecc276

#ecc276

Complementary Color

#ecc276 #76a0ec

#ecc276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc276 Color CSS Codes

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

#ecc276 Text Font Color

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

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


#ecc276 Background Color

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

This div background color is #ecc276


#ecc276 Border Color

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

This div border color is #ecc276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc276


Comments

No comments written yet.

Please login to write comment.