Color Hex Logo

#ecc572 Color Hex

#ECC572
(236,197,114)
0 Favorites   0 Comments

Color spaces of #ecc572

RGB 236197114
HSL0.110.760.69
HSV41°52°93°
CMYK 0.000.170.52   0.07
XYZ57.595658.980324.2683
Yxy58.98030.40890.4188
Hunter Lab76.7986-0.530535.0235
CIE-Lab81.28083.796746.4639

#ecc572 color RGB value is (236,197,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 01110010
Octal 354 305 162
Decimal 236 197 114
Hex EC C5 72

RGB Percentages of Color #ecc572

%43.14
%36.01
%20.84

CMYK Percentages of Color #ecc572

%0
%17
%52
%7

Triadic Colors of #ecc572

#ecc572 #72ecc5 #c572ec

Analogous Colors of #ecc572

#ecc572 #d6ec72 #ec8872

Monochromatic Colors of #ecc572

#ecc572

Complementary Color

#ecc572 #7299ec

#ecc572 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc572 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc572 Color CSS Codes

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

#ecc572 Text Font Color

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

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


#ecc572 Background Color

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

This div background color is #ecc572


#ecc572 Border Color

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

This div border color is #ecc572


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc572


Comments

No comments written yet.

Please login to write comment.