Color Hex Logo

#ecc972 Color Hex

#ECC972
(236,201,114)
0 Favorites   0 Comments

Color spaces of #ecc972

RGB 236201114
HSL0.120.760.69
HSV43°52°93°
CMYK 0.000.150.52   0.07
XYZ58.516060.821124.5751
Yxy60.82110.40660.4226
Hunter Lab77.9879-2.546435.9084
CIE-Lab82.28251.720947.6821

#ecc972 color RGB value is (236,201,114).

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

The process color (four color CMYK) of #ecc972 color hex is 0.00, 0.15, 0.52, 0.07. Web safe color of #ecc972 is #ffcc66. Color #ecc972 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 01110010
Octal 354 311 162
Decimal 236 201 114
Hex EC C9 72

RGB Percentages of Color #ecc972

%42.83
%36.48
%20.69

CMYK Percentages of Color #ecc972

%0
%15
%52
%7

Triadic Colors of #ecc972

#ecc972 #72ecc9 #c972ec

Analogous Colors of #ecc972

#ecc972 #d2ec72 #ec8c72

Monochromatic Colors of #ecc972

#ecc972

Complementary Color

#ecc972 #7295ec

#ecc972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc972 Color CSS Codes

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

#ecc972 Text Font Color

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

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


#ecc972 Background Color

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

This div background color is #ecc972


#ecc972 Border Color

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

This div border color is #ecc972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc972


Comments

No comments written yet.

Please login to write comment.