Color Hex Logo

#ecb29d Color Hex

#ECB29D
(236,178,157)
0 Favorites   0 Comments

Color spaces of #ecb29d

RGB 236178157
HSL0.040.680.77
HSV16°33°93°
CMYK 0.000.250.33   0.07
XYZ56.598352.108038.9731
Yxy52.10800.38330.3528
Hunter Lab72.185913.630018.5195
CIE-Lab77.345418.303218.9370

#ecb29d color RGB value is (236,178,157).

#ecb29d hex color red value is 236, green value is 178 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ecb29d hue: 0.04 , saturation: 0.68 and the lightness value of ecb29d is 0.77.

The process color (four color CMYK) of #ecb29d color hex is 0.00, 0.25, 0.33, 0.07. Web safe color of #ecb29d is #ff9999. Color #ecb29d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110010 10011101
Octal 354 262 235
Decimal 236 178 157
Hex EC B2 9D

RGB Percentages of Color #ecb29d

%41.33
%31.17
%27.50

CMYK Percentages of Color #ecb29d

%0
%25
%33
%7

Triadic Colors of #ecb29d

#ecb29d #9decb2 #b29dec

Analogous Colors of #ecb29d

#ecb29d #ecda9d #ec9db0

Monochromatic Colors of #ecb29d

#ecb29d

Complementary Color

#ecb29d #9dd7ec

#ecb29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb29d Color CSS Codes

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

#ecb29d Text Font Color

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

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


#ecb29d Background Color

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

This div background color is #ecb29d


#ecb29d Border Color

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

This div border color is #ecb29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb29d


Comments

No comments written yet.

Please login to write comment.