Color Hex Logo

#ecb57f Color Hex

#ECB57F
(236,181,127)
0 Favorites   0 Comments

Color spaces of #ecb57f

RGB 236181127
HSL0.080.740.71
HSV30°46°93°
CMYK 0.000.230.46   0.07
XYZ54.946752.412927.2994
Yxy52.41290.40800.3892
Hunter Lab72.39688.781228.3206
CIE-Lab77.527113.387835.1403

#ecb57f color RGB value is (236,181,127).

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

The process color (four color CMYK) of #ecb57f color hex is 0.00, 0.23, 0.46, 0.07. Web safe color of #ecb57f is #ffcc66. Color #ecb57f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 01111111
Octal 354 265 177
Decimal 236 181 127
Hex EC B5 7F

RGB Percentages of Color #ecb57f

%43.38
%33.27
%23.35

CMYK Percentages of Color #ecb57f

%0
%23
%46
%7

Triadic Colors of #ecb57f

#ecb57f #7fecb5 #b57fec

Analogous Colors of #ecb57f

#ecb57f #ecec7f #ec7f80

Monochromatic Colors of #ecb57f

#ecb57f

Complementary Color

#ecb57f #7fb6ec

#ecb57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb57f Color CSS Codes

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

#ecb57f Text Font Color

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

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


#ecb57f Background Color

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

This div background color is #ecb57f


#ecb57f Border Color

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

This div border color is #ecb57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb57f


Comments

No comments written yet.

Please login to write comment.