Color Hex Logo

#ecdd15 Color Hex

#ECDD15
(236,221,21)
0 Favorites   0 Comments

Color spaces of #ecdd15

RGB 23622121
HSL0.160.850.50
HSV56°91°93°
CMYK 0.000.060.91   0.07
XYZ60.583969.599910.9505
Yxy69.59990.42930.4931
Hunter Lab83.4266-16.370850.6162
CIE-Lab86.8003-12.799784.2336

#ecdd15 color RGB value is (236,221,21).

#ecdd15 hex color red value is 236, green value is 221 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ecdd15 hue: 0.16 , saturation: 0.85 and the lightness value of ecdd15 is 0.50.

The process color (four color CMYK) of #ecdd15 color hex is 0.00, 0.06, 0.91, 0.07. Web safe color of #ecdd15 is #ffcc00. Color #ecdd15 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011101 00010101
Octal 354 335 25
Decimal 236 221 21
Hex EC DD 15

RGB Percentages of Color #ecdd15

%49.37
%46.23
%4.39

CMYK Percentages of Color #ecdd15

%0
%6
%91
%7

Triadic Colors of #ecdd15

#ecdd15 #15ecdd #dd15ec

Analogous Colors of #ecdd15

#ecdd15 #90ec15 #ec7215

Monochromatic Colors of #ecdd15

#ecdd15

Complementary Color

#ecdd15 #1524ec

#ecdd15 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdd15 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdd15 Color CSS Codes

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

#ecdd15 Text Font Color

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

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


#ecdd15 Background Color

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

This div background color is #ecdd15


#ecdd15 Border Color

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

This div border color is #ecdd15


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdd15


Comments

No comments written yet.

Please login to write comment.