Color Hex Logo

#eca27c Color Hex

#ECA27C
(236,162,124)
0 Favorites   0 Comments

Color spaces of #eca27c

RGB 236162124
HSL0.060.750.71
HSV20°47°93°
CMYK 0.000.310.47   0.07
XYZ51.150545.128825.0836
Yxy45.12880.42150.3719
Hunter Lab67.178018.351624.8863
CIE-Lab72.976623.179830.8034

#eca27c color RGB value is (236,162,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 01111100
Octal 354 242 174
Decimal 236 162 124
Hex EC A2 7C

RGB Percentages of Color #eca27c

%45.21
%31.03
%23.75

CMYK Percentages of Color #eca27c

%0
%31
%47
%7

Triadic Colors of #eca27c

#eca27c #7ceca2 #a27cec

Analogous Colors of #eca27c

#eca27c #ecda7c #ec7c8e

Monochromatic Colors of #eca27c

#eca27c

Complementary Color

#eca27c #7cc6ec

#eca27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca27c Color CSS Codes

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

#eca27c Text Font Color

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

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


#eca27c Background Color

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

This div background color is #eca27c


#eca27c Border Color

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

This div border color is #eca27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca27c


Comments

No comments written yet.

Please login to write comment.