Color Hex Logo

#ecd55c Color Hex

#ECD55C
(236,213,92)
0 Favorites   0 Comments

Color spaces of #ecd55c

RGB 23621392
HSL0.140.790.64
HSV50°61°93°
CMYK 0.000.100.61   0.07
XYZ60.318166.194119.7228
Yxy66.19410.41250.4527
Hunter Lab81.3598-10.044142.5791
CIE-Lab85.0953-6.081161.1406

#ecd55c color RGB value is (236,213,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010101 01011100
Octal 354 325 134
Decimal 236 213 92
Hex EC D5 5C

RGB Percentages of Color #ecd55c

%43.62
%39.37
%17.01

CMYK Percentages of Color #ecd55c

%0
%10
%61
%7

Triadic Colors of #ecd55c

#ecd55c #5cecd5 #d55cec

Analogous Colors of #ecd55c

#ecd55c #bbec5c #ec8d5c

Monochromatic Colors of #ecd55c

#ecd55c

Complementary Color

#ecd55c #5c73ec

#ecd55c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd55c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd55c Color CSS Codes

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

#ecd55c Text Font Color

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

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


#ecd55c Background Color

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

This div background color is #ecd55c


#ecd55c Border Color

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

This div border color is #ecd55c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd55c


Comments

No comments written yet.

Please login to write comment.