Color Hex Logo

#ecd95c Color Hex

#ECD95C
(236,217,92)
0 Favorites   0 Comments

Color spaces of #ecd95c

RGB 23621792
HSL0.140.790.64
HSV52°61°93°
CMYK 0.000.080.61   0.07
XYZ61.336768.231320.0624
Yxy68.23130.40990.4560
Hunter Lab82.6022-12.007943.4212
CIE-Lab86.1220-8.101162.2649

#ecd95c color RGB value is (236,217,92).

#ecd95c hex color red value is 236, green value is 217 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ecd95c hue: 0.14 , saturation: 0.79 and the lightness value of ecd95c is 0.64.

The process color (four color CMYK) of #ecd95c color hex is 0.00, 0.08, 0.61, 0.07. Web safe color of #ecd95c is #ffcc66. Color #ecd95c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011001 01011100
Octal 354 331 134
Decimal 236 217 92
Hex EC D9 5C

RGB Percentages of Color #ecd95c

%43.30
%39.82
%16.88

CMYK Percentages of Color #ecd95c

%0
%8
%61
%7

Triadic Colors of #ecd95c

#ecd95c #5cecd9 #d95cec

Analogous Colors of #ecd95c

#ecd95c #b7ec5c #ec915c

Monochromatic Colors of #ecd95c

#ecd95c

Complementary Color

#ecd95c #5c6fec

#ecd95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd95c Color CSS Codes

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

#ecd95c Text Font Color

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

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


#ecd95c Background Color

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

This div background color is #ecd95c


#ecd95c Border Color

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

This div border color is #ecd95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd95c


Comments

No comments written yet.

Please login to write comment.