Color Hex Logo

#ecdb11 Color Hex

#ECDB11
(236,219,17)
0 Favorites   0 Comments

Color spaces of #ecdb11

RGB 23621917
HSL0.150.870.50
HSV55°93°93°
CMYK 0.000.070.93   0.07
XYZ60.024868.536410.5955
Yxy68.53640.43130.4925
Hunter Lab82.7867-15.454750.3624
CIE-Lab86.2740-11.859084.3423

#ecdb11 color RGB value is (236,219,17).

#ecdb11 hex color red value is 236, green value is 219 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ecdb11 hue: 0.15 , saturation: 0.87 and the lightness value of ecdb11 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011011 00010001
Octal 354 333 21
Decimal 236 219 17
Hex EC DB 11

RGB Percentages of Color #ecdb11

%50.00
%46.40
%3.60

CMYK Percentages of Color #ecdb11

%0
%7
%93
%7

Triadic Colors of #ecdb11

#ecdb11 #11ecdb #db11ec

Analogous Colors of #ecdb11

#ecdb11 #90ec11 #ec6e11

Monochromatic Colors of #ecdb11

#ecdb11

Complementary Color

#ecdb11 #1122ec

#ecdb11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdb11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdb11 Color CSS Codes

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

#ecdb11 Text Font Color

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

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


#ecdb11 Background Color

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

This div background color is #ecdb11


#ecdb11 Border Color

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

This div border color is #ecdb11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdb11


Comments

No comments written yet.

Please login to write comment.