Color Hex Logo

#ecb976 Color Hex

#ECB976
(236,185,118)
0 Favorites   0 Comments

Color spaces of #ecb976

RGB 236185118
HSL0.090.760.69
HSV34°50°93°
CMYK 0.000.220.50   0.07
XYZ55.211053.838824.6215
Yxy53.83880.41300.4028
Hunter Lab73.37495.906331.4673
CIE-Lab78.367610.431540.8558

#ecb976 color RGB value is (236,185,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10111001 01110110
Octal 354 271 166
Decimal 236 185 118
Hex EC B9 76

RGB Percentages of Color #ecb976

%43.78
%34.32
%21.89

CMYK Percentages of Color #ecb976

%0
%22
%50
%7

Triadic Colors of #ecb976

#ecb976 #76ecb9 #b976ec

Analogous Colors of #ecb976

#ecb976 #e4ec76 #ec7e76

Monochromatic Colors of #ecb976

#ecb976

Complementary Color

#ecb976 #76a9ec

#ecb976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb976 Color CSS Codes

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

#ecb976 Text Font Color

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

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


#ecb976 Background Color

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

This div background color is #ecb976


#ecb976 Border Color

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

This div border color is #ecb976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb976


Comments

No comments written yet.

Please login to write comment.