Color Hex Logo

#ecd29b Color Hex

#ECD29B
(236,210,155)
0 Favorites   0 Comments

Color spaces of #ecd29b

RGB 236210155
HSL0.110.680.77
HSV41°34°93°
CMYK 0.000.110.34   0.07
XYZ63.555166.292640.4564
Yxy66.29260.37320.3893
Hunter Lab81.4203-3.151827.5340
CIE-Lab85.14541.255630.6063

#ecd29b color RGB value is (236,210,155).

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

The process color (four color CMYK) of #ecd29b color hex is 0.00, 0.11, 0.34, 0.07. Web safe color of #ecd29b is #ffcc99. Color #ecd29b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 10011011
Octal 354 322 233
Decimal 236 210 155
Hex EC D2 9B

RGB Percentages of Color #ecd29b

%39.27
%34.94
%25.79

CMYK Percentages of Color #ecd29b

%0
%11
%34
%7

Triadic Colors of #ecd29b

#ecd29b #9becd2 #d29bec

Analogous Colors of #ecd29b

#ecd29b #deec9b #ecaa9b

Monochromatic Colors of #ecd29b

#ecd29b

Complementary Color

#ecd29b #9bb5ec

#ecd29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd29b Color CSS Codes

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

#ecd29b Text Font Color

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

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


#ecd29b Background Color

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

This div background color is #ecd29b


#ecd29b Border Color

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

This div border color is #ecd29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd29b


Comments

No comments written yet.

Please login to write comment.