Color Hex Logo

#ecb370 Color Hex

#ECB370
(236,179,112)
0 Favorites   0 Comments

Color spaces of #ecb370

RGB 236179112
HSL0.090.770.68
HSV32°53°93°
CMYK 0.000.240.53   0.07
XYZ53.636851.242922.3931
Yxy51.24290.42140.4026
Hunter Lab71.58418.474831.5617
CIE-Lab76.825913.073641.9905

#ecb370 color RGB value is (236,179,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 01110000
Octal 354 263 160
Decimal 236 179 112
Hex EC B3 70

RGB Percentages of Color #ecb370

%44.78
%33.97
%21.25

CMYK Percentages of Color #ecb370

%0
%24
%53
%7

Triadic Colors of #ecb370

#ecb370 #70ecb3 #b370ec

Analogous Colors of #ecb370

#ecb370 #e7ec70 #ec7570

Monochromatic Colors of #ecb370

#ecb370

Complementary Color

#ecb370 #70a9ec

#ecb370 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb370 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb370 Color CSS Codes

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

#ecb370 Text Font Color

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

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


#ecb370 Background Color

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

This div background color is #ecb370


#ecb370 Border Color

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

This div border color is #ecb370


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb370


Comments

No comments written yet.

Please login to write comment.