Color Hex Logo

#ecd38d Color Hex

#ECD38D
(236,211,141)
0 Favorites   0 Comments

Color spaces of #ecd38d

RGB 236211141
HSL0.120.710.74
HSV44°40°93°
CMYK 0.000.110.40   0.07
XYZ62.694166.344534.7007
Yxy66.34450.38290.4052
Hunter Lab81.4521-5.148931.7574
CIE-Lab85.1718-0.841537.8220

#ecd38d color RGB value is (236,211,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 10001101
Octal 354 323 215
Decimal 236 211 141
Hex EC D3 8D

RGB Percentages of Color #ecd38d

%40.14
%35.88
%23.98

CMYK Percentages of Color #ecd38d

%0
%11
%40
%7

Triadic Colors of #ecd38d

#ecd38d #8decd3 #d38dec

Analogous Colors of #ecd38d

#ecd38d #d6ec8d #eca48d

Monochromatic Colors of #ecd38d

#ecd38d

Complementary Color

#ecd38d #8da6ec

#ecd38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd38d Color CSS Codes

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

#ecd38d Text Font Color

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

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


#ecd38d Background Color

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

This div background color is #ecd38d


#ecd38d Border Color

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

This div border color is #ecd38d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,211,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 #ecd38d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd38d


Comments

No comments written yet.

Please login to write comment.