Color Hex Logo

#eca270 Color Hex

#ECA270
(236,162,112)
0 Favorites   0 Comments

Color spaces of #eca270

RGB 236162112
HSL0.070.770.68
HSV24°53°93°
CMYK 0.000.310.53   0.07
XYZ50.437044.843421.3266
Yxy44.84340.43250.3846
Hunter Lab66.965217.253927.9934
CIE-Lab72.788722.090136.9344

#eca270 color RGB value is (236,162,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 01110000
Octal 354 242 160
Decimal 236 162 112
Hex EC A2 70

RGB Percentages of Color #eca270

%46.27
%31.76
%21.96

CMYK Percentages of Color #eca270

%0
%31
%53
%7

Triadic Colors of #eca270

#eca270 #70eca2 #a270ec

Analogous Colors of #eca270

#eca270 #ece070 #ec707c

Monochromatic Colors of #eca270

#eca270

Complementary Color

#eca270 #70baec

#eca270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca270 Color CSS Codes

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

#eca270 Text Font Color

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

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


#eca270 Background Color

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

This div background color is #eca270


#eca270 Border Color

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

This div border color is #eca270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca270


Comments

No comments written yet.

Please login to write comment.