Color Hex Logo

#ecb58d Color Hex

#ECB58D
(236,181,141)
0 Favorites   0 Comments

Color spaces of #ecb58d

RGB 236181141
HSL0.070.710.74
HSV25°40°93°
CMYK 0.000.230.40   0.07
XYZ55.923752.803732.4439
Yxy52.80370.39610.3740
Hunter Lab72.666210.207424.3946
CIE-Lab77.759014.842628.0694

#ecb58d color RGB value is (236,181,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110101 10001101
Octal 354 265 215
Decimal 236 181 141
Hex EC B5 8D

RGB Percentages of Color #ecb58d

%42.29
%32.44
%25.27

CMYK Percentages of Color #ecb58d

%0
%23
%40
%7

Triadic Colors of #ecb58d

#ecb58d #8decb5 #b58dec

Analogous Colors of #ecb58d

#ecb58d #ece58d #ec8d95

Monochromatic Colors of #ecb58d

#ecb58d

Complementary Color

#ecb58d #8dc4ec

#ecb58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb58d Color CSS Codes

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

#ecb58d Text Font Color

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

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


#ecb58d Background Color

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

This div background color is #ecb58d


#ecb58d Border Color

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

This div border color is #ecb58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb58d


Comments

No comments written yet.

Please login to write comment.