Color Hex Logo

#eca275 Color Hex

#ECA275
(236,162,117)
0 Favorites   0 Comments

Color spaces of #eca275

RGB 236162117
HSL0.060.760.69
HSV23°50°93°
CMYK 0.000.310.50   0.07
XYZ50.723344.957922.8340
Yxy44.95790.42800.3793
Hunter Lab67.050717.695226.7443
CIE-Lab72.864222.529134.3901

#eca275 color RGB value is (236,162,117).

#eca275 hex color red value is 236, green value is 162 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eca275 hue: 0.06 , saturation: 0.76 and the lightness value of eca275 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 01110101
Octal 354 242 165
Decimal 236 162 117
Hex EC A2 75

RGB Percentages of Color #eca275

%45.83
%31.46
%22.72

CMYK Percentages of Color #eca275

%0
%31
%50
%7

Triadic Colors of #eca275

#eca275 #75eca2 #a275ec

Analogous Colors of #eca275

#eca275 #ecde75 #ec7584

Monochromatic Colors of #eca275

#eca275

Complementary Color

#eca275 #75bfec

#eca275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca275 Color CSS Codes

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

#eca275 Text Font Color

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

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


#eca275 Background Color

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

This div background color is #eca275


#eca275 Border Color

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

This div border color is #eca275


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,162,117, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eca275">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca275


Comments

No comments written yet.

Please login to write comment.