Color Hex Logo

#eca17f Color Hex

#ECA17F
(236,161,127)
0 Favorites   0 Comments

Color spaces of #eca17f

RGB 236161127
HSL0.050.740.71
HSV19°46°93°
CMYK 0.000.320.46   0.07
XYZ51.167744.854926.0397
Yxy44.85490.41920.3675
Hunter Lab66.973819.169123.8295
CIE-Lab72.796224.002828.9541

#eca17f color RGB value is (236,161,127).

#eca17f hex color red value is 236, green value is 161 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eca17f hue: 0.05 , saturation: 0.74 and the lightness value of eca17f is 0.71.

The process color (four color CMYK) of #eca17f color hex is 0.00, 0.32, 0.46, 0.07. Web safe color of #eca17f is #ff9966. Color #eca17f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 01111111
Octal 354 241 177
Decimal 236 161 127
Hex EC A1 7F

RGB Percentages of Color #eca17f

%45.04
%30.73
%24.24

CMYK Percentages of Color #eca17f

%0
%32
%46
%7

Triadic Colors of #eca17f

#eca17f #7feca1 #a17fec

Analogous Colors of #eca17f

#eca17f #ecd87f #ec7f94

Monochromatic Colors of #eca17f

#eca17f

Complementary Color

#eca17f #7fcaec

#eca17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca17f Color CSS Codes

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

#eca17f Text Font Color

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

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


#eca17f Background Color

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

This div background color is #eca17f


#eca17f Border Color

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

This div border color is #eca17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca17f


Comments

No comments written yet.

Please login to write comment.