Color Hex Logo

#ecc077 Color Hex

#ECC077
(236,192,119)
0 Favorites   0 Comments

Color spaces of #ecc077

RGB 236192119
HSL0.100.750.70
HSV37°50°93°
CMYK 0.000.190.50   0.07
XYZ56.771556.864125.4364
Yxy56.86410.40820.4089
Hunter Lab75.40832.420132.7864
CIE-Lab80.10316.845142.5183

#ecc077 color RGB value is (236,192,119).

#ecc077 hex color red value is 236, green value is 192 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ecc077 hue: 0.10 , saturation: 0.75 and the lightness value of ecc077 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 01110111
Octal 354 300 167
Decimal 236 192 119
Hex EC C0 77

RGB Percentages of Color #ecc077

%43.14
%35.10
%21.76

CMYK Percentages of Color #ecc077

%0
%19
%50
%7

Triadic Colors of #ecc077

#ecc077 #77ecc0 #c077ec

Analogous Colors of #ecc077

#ecc077 #deec77 #ec8677

Monochromatic Colors of #ecc077

#ecc077

Complementary Color

#ecc077 #77a3ec

#ecc077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc077 Color CSS Codes

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

#ecc077 Text Font Color

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

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


#ecc077 Background Color

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

This div background color is #ecc077


#ecc077 Border Color

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

This div border color is #ecc077


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,192,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc077


Comments

No comments written yet.

Please login to write comment.