Color Hex Logo

#ecd85b Color Hex

#ECD85B
(236,216,91)
0 Favorites   0 Comments

Color spaces of #ecd85b

RGB 23621691
HSL0.140.790.64
HSV52°61°93°
CMYK 0.000.080.61   0.07
XYZ61.036367.699919.7480
Yxy67.69990.41110.4559
Hunter Lab82.2799-11.576443.3658
CIE-Lab85.8562-7.661962.4042

#ecd85b color RGB value is (236,216,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011000 01011011
Octal 354 330 133
Decimal 236 216 91
Hex EC D8 5B

RGB Percentages of Color #ecd85b

%43.46
%39.78
%16.76

CMYK Percentages of Color #ecd85b

%0
%8
%61
%7

Triadic Colors of #ecd85b

#ecd85b #5becd8 #d85bec

Analogous Colors of #ecd85b

#ecd85b #b8ec5b #ec905b

Monochromatic Colors of #ecd85b

#ecd85b

Complementary Color

#ecd85b #5b6fec

#ecd85b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd85b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd85b Color CSS Codes

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

#ecd85b Text Font Color

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

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


#ecd85b Background Color

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

This div background color is #ecd85b


#ecd85b Border Color

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

This div border color is #ecd85b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd85b


Comments

No comments written yet.

Please login to write comment.