Color Hex Logo

#eca97f Color Hex

#ECA97F
(236,169,127)
0 Favorites   0 Comments

Color spaces of #eca97f

RGB 236169127
HSL0.060.740.71
HSV23°46°93°
CMYK 0.000.280.46   0.07
XYZ52.610847.741126.5207
Yxy47.74110.41470.3763
Hunter Lab69.094914.998725.6092
CIE-Lab74.661319.752131.4100

#eca97f color RGB value is (236,169,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 01111111
Octal 354 251 177
Decimal 236 169 127
Hex EC A9 7F

RGB Percentages of Color #eca97f

%44.36
%31.77
%23.87

CMYK Percentages of Color #eca97f

%0
%28
%46
%7

Triadic Colors of #eca97f

#eca97f #7feca9 #a97fec

Analogous Colors of #eca97f

#eca97f #ece07f #ec7f8c

Monochromatic Colors of #eca97f

#eca97f

Complementary Color

#eca97f #7fc2ec

#eca97f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca97f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca97f Color CSS Codes

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

#eca97f Text Font Color

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

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


#eca97f Background Color

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

This div background color is #eca97f


#eca97f Border Color

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

This div border color is #eca97f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca97f


Comments

No comments written yet.

Please login to write comment.