Color Hex Logo

#ecdd5a Color Hex

#ECDD5A
(236,221,90)
0 Favorites   0 Comments

Color spaces of #ecdd5a

RGB 23622190
HSL0.150.790.64
HSV54°62°93°
CMYK 0.000.060.62   0.07
XYZ62.294070.284019.9558
Yxy70.28400.40840.4608
Hunter Lab83.8356-14.077844.5718
CIE-Lab87.1360-10.235564.2150

#ecdd5a color RGB value is (236,221,90).

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

The process color (four color CMYK) of #ecdd5a color hex is 0.00, 0.06, 0.62, 0.07. Web safe color of #ecdd5a is #ffcc66. Color #ecdd5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 01011010
Octal 354 335 132
Decimal 236 221 90
Hex EC DD 5A

RGB Percentages of Color #ecdd5a

%43.14
%40.40
%16.45

CMYK Percentages of Color #ecdd5a

%0
%6
%62
%7

Triadic Colors of #ecdd5a

#ecdd5a #5aecdd #dd5aec

Analogous Colors of #ecdd5a

#ecdd5a #b2ec5a #ec945a

Monochromatic Colors of #ecdd5a

#ecdd5a

Complementary Color

#ecdd5a #5a69ec

#ecdd5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd5a Color CSS Codes

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

#ecdd5a Text Font Color

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

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


#ecdd5a Background Color

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

This div background color is #ecdd5a


#ecdd5a Border Color

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

This div border color is #ecdd5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd5a


Comments

No comments written yet.

Please login to write comment.