Color Hex Logo

#ecc870 Color Hex

#ECC870
(236,200,112)
0 Favorites   0 Comments

Color spaces of #ecc870

RGB 236200112
HSL0.120.770.68
HSV43°53°93°
CMYK 0.000.150.53   0.07
XYZ58.171060.311323.9045
Yxy60.31130.40850.4236
Hunter Lab77.6604-2.201336.1123
CIE-Lab82.00712.070348.3252

#ecc870 color RGB value is (236,200,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001000 01110000
Octal 354 310 160
Decimal 236 200 112
Hex EC C8 70

RGB Percentages of Color #ecc870

%43.07
%36.50
%20.44

CMYK Percentages of Color #ecc870

%0
%15
%53
%7

Triadic Colors of #ecc870

#ecc870 #70ecc8 #c870ec

Analogous Colors of #ecc870

#ecc870 #d2ec70 #ec8a70

Monochromatic Colors of #ecc870

#ecc870

Complementary Color

#ecc870 #7094ec

#ecc870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc870 Color CSS Codes

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

#ecc870 Text Font Color

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

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


#ecc870 Background Color

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

This div background color is #ecc870


#ecc870 Border Color

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

This div border color is #ecc870


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc870


Comments

No comments written yet.

Please login to write comment.