Color Hex Logo

#ecd76d Color Hex

#ECD76D
(236,215,109)
0 Favorites   0 Comments

Color spaces of #ecd76d

RGB 236215109
HSL0.140.770.68
HSV50°54°93°
CMYK 0.000.090.54   0.07
XYZ61.652867.537924.2547
Yxy67.53790.40180.4401
Hunter Lab82.1814-9.906240.0284
CIE-Lab85.7749-5.863954.2350

#ecd76d color RGB value is (236,215,109).

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

The process color (four color CMYK) of #ecd76d color hex is 0.00, 0.09, 0.54, 0.07. Web safe color of #ecd76d is #ffcc66. Color #ecd76d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010111 01101101
Octal 354 327 155
Decimal 236 215 109
Hex EC D7 6D

RGB Percentages of Color #ecd76d

%42.14
%38.39
%19.46

CMYK Percentages of Color #ecd76d

%0
%9
%54
%7

Triadic Colors of #ecd76d

#ecd76d #6decd7 #d76dec

Analogous Colors of #ecd76d

#ecd76d #c2ec6d #ec986d

Monochromatic Colors of #ecd76d

#ecd76d

Complementary Color

#ecd76d #6d82ec

#ecd76d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd76d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd76d Color CSS Codes

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

#ecd76d Text Font Color

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

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


#ecd76d Background Color

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

This div background color is #ecd76d


#ecd76d Border Color

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

This div border color is #ecd76d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd76d


Comments

No comments written yet.

Please login to write comment.