Color Hex Logo

#ecb58e Color Hex

#ECB58E
(236,181,142)
0 Favorites   0 Comments

Color spaces of #ecb58e

RGB 236181142
HSL0.070.710.74
HSV25°40°93°
CMYK 0.000.230.40   0.07
XYZ55.998452.833632.8377
Yxy52.83360.39530.3729
Hunter Lab72.686710.316024.0952
CIE-Lab77.776714.952827.5616

#ecb58e color RGB value is (236,181,142).

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

The process color (four color CMYK) of #ecb58e color hex is 0.00, 0.23, 0.40, 0.07. Web safe color of #ecb58e is #ffcc99. Color #ecb58e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 10001110
Octal 354 265 216
Decimal 236 181 142
Hex EC B5 8E

RGB Percentages of Color #ecb58e

%42.22
%32.38
%25.40

CMYK Percentages of Color #ecb58e

%0
%23
%40
%7

Triadic Colors of #ecb58e

#ecb58e #8eecb5 #b58eec

Analogous Colors of #ecb58e

#ecb58e #ece48e #ec8e96

Monochromatic Colors of #ecb58e

#ecb58e

Complementary Color

#ecb58e #8ec5ec

#ecb58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb58e Color CSS Codes

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

#ecb58e Text Font Color

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

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


#ecb58e Background Color

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

This div background color is #ecb58e


#ecb58e Border Color

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

This div border color is #ecb58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb58e


Comments

No comments written yet.

Please login to write comment.