Color Hex Logo

#ecb070 Color Hex

#ECB070
(236,176,112)
1 Favorites   0 Comments

Color spaces of #ecb070

RGB 236176112
HSL0.090.770.68
HSV31°53°93°
CMYK 0.000.250.53   0.07
XYZ53.042050.053422.1949
Yxy50.05340.42340.3995
Hunter Lab70.748410.016530.9237
CIE-Lab76.102014.660841.0917

#ecb070 color RGB value is (236,176,112).

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

The process color (four color CMYK) of #ecb070 color hex is 0.00, 0.25, 0.53, 0.07. Web safe color of #ecb070 is #ff9966. Color #ecb070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110000 01110000
Octal 354 260 160
Decimal 236 176 112
Hex EC B0 70

RGB Percentages of Color #ecb070

%45.04
%33.59
%21.37

CMYK Percentages of Color #ecb070

%0
%25
%53
%7

Triadic Colors of #ecb070

#ecb070 #70ecb0 #b070ec

Analogous Colors of #ecb070

#ecb070 #eaec70 #ec7270

Monochromatic Colors of #ecb070

#ecb070

Complementary Color

#ecb070 #70acec

#ecb070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb070 Color CSS Codes

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

#ecb070 Text Font Color

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

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


#ecb070 Background Color

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

This div background color is #ecb070


#ecb070 Border Color

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

This div border color is #ecb070


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb070


Comments

No comments written yet.

Please login to write comment.