Color Hex Logo

#ecd38b Color Hex

#ECD38B
(236,211,139)
0 Favorites   0 Comments

Color spaces of #ecd38b

RGB 236211139
HSL0.120.720.74
HSV45°41°93°
CMYK 0.000.110.41   0.07
XYZ62.546566.285533.9239
Yxy66.28550.38430.4073
Hunter Lab81.4159-5.348032.2865
CIE-Lab85.1418-1.054138.7974

#ecd38b color RGB value is (236,211,139).

#ecd38b hex color red value is 236, green value is 211 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ecd38b hue: 0.12 , saturation: 0.72 and the lightness value of ecd38b is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 10001011
Octal 354 323 213
Decimal 236 211 139
Hex EC D3 8B

RGB Percentages of Color #ecd38b

%40.27
%36.01
%23.72

CMYK Percentages of Color #ecd38b

%0
%11
%41
%7

Triadic Colors of #ecd38b

#ecd38b #8becd3 #d38bec

Analogous Colors of #ecd38b

#ecd38b #d5ec8b #eca38b

Monochromatic Colors of #ecd38b

#ecd38b

Complementary Color

#ecd38b #8ba4ec

#ecd38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd38b Color CSS Codes

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

#ecd38b Text Font Color

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

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


#ecd38b Background Color

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

This div background color is #ecd38b


#ecd38b Border Color

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

This div border color is #ecd38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd38b


Comments

No comments written yet.

Please login to write comment.