Color Hex Logo

#ecc970 Color Hex

#ECC970
(236,201,112)
0 Favorites   0 Comments

Color spaces of #ecc970

RGB 236201112
HSL0.120.770.68
HSV43°53°93°
CMYK 0.000.150.53   0.07
XYZ58.403360.776023.9820
Yxy60.77600.40800.4245
Hunter Lab77.9590-2.704136.3323
CIE-Lab82.25821.552448.6278

#ecc970 color RGB value is (236,201,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001001 01110000
Octal 354 311 160
Decimal 236 201 112
Hex EC C9 70

RGB Percentages of Color #ecc970

%42.99
%36.61
%20.40

CMYK Percentages of Color #ecc970

%0
%15
%53
%7

Triadic Colors of #ecc970

#ecc970 #70ecc9 #c970ec

Analogous Colors of #ecc970

#ecc970 #d1ec70 #ec8b70

Monochromatic Colors of #ecc970

#ecc970

Complementary Color

#ecc970 #7093ec

#ecc970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc970 Color CSS Codes

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

#ecc970 Text Font Color

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

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


#ecc970 Background Color

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

This div background color is #ecc970


#ecc970 Border Color

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

This div border color is #ecc970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc970


Comments

No comments written yet.

Please login to write comment.