Color Hex Logo

#ecb270 Color Hex

#ECB270
(236,178,112)
0 Favorites   0 Comments

Color spaces of #ecb270

RGB 236178112
HSL0.090.770.68
HSV32°53°93°
CMYK 0.000.250.53   0.07
XYZ53.437150.843522.3266
Yxy50.84350.42210.4016
Hunter Lab71.30468.988331.3486
CIE-Lab76.584113.602441.6906

#ecb270 color RGB value is (236,178,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 01110000
Octal 354 262 160
Decimal 236 178 112
Hex EC B2 70

RGB Percentages of Color #ecb270

%44.87
%33.84
%21.29

CMYK Percentages of Color #ecb270

%0
%25
%53
%7

Triadic Colors of #ecb270

#ecb270 #70ecb2 #b270ec

Analogous Colors of #ecb270

#ecb270 #e8ec70 #ec7470

Monochromatic Colors of #ecb270

#ecb270

Complementary Color

#ecb270 #70aaec

#ecb270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb270 Color CSS Codes

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

#ecb270 Text Font Color

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

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


#ecb270 Background Color

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

This div background color is #ecb270


#ecb270 Border Color

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

This div border color is #ecb270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb270


Comments

No comments written yet.

Please login to write comment.