Color Hex Logo

#ecd57d Color Hex

#ECD57D
(236,213,125)
0 Favorites   0 Comments

Color spaces of #ecd57d

RGB 236213125
HSL0.130.740.71
HSV48°47°93°
CMYK 0.000.100.47   0.07
XYZ62.088066.902029.0430
Yxy66.90200.39290.4233
Hunter Lab81.7936-7.642936.2031
CIE-Lab85.4544-3.466846.1784

#ecd57d color RGB value is (236,213,125).

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

The process color (four color CMYK) of #ecd57d color hex is 0.00, 0.10, 0.47, 0.07. Web safe color of #ecd57d is #ffcc66. Color #ecd57d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 01111101
Octal 354 325 175
Decimal 236 213 125
Hex EC D5 7D

RGB Percentages of Color #ecd57d

%41.11
%37.11
%21.78

CMYK Percentages of Color #ecd57d

%0
%10
%47
%7

Triadic Colors of #ecd57d

#ecd57d #7decd5 #d57dec

Analogous Colors of #ecd57d

#ecd57d #ccec7d #ec9e7d

Monochromatic Colors of #ecd57d

#ecd57d

Complementary Color

#ecd57d #7d94ec

#ecd57d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd57d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd57d Color CSS Codes

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

#ecd57d Text Font Color

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

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


#ecd57d Background Color

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

This div background color is #ecd57d


#ecd57d Border Color

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

This div border color is #ecd57d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd57d


Comments

No comments written yet.

Please login to write comment.