Color Hex Logo

#ecdc12 Color Hex

#ECDC12
(236,220,18)
0 Favorites   0 Comments

Color spaces of #ecdc12

RGB 23622018
HSL0.150.860.50
HSV56°92°93°
CMYK 0.000.070.92   0.07
XYZ60.294569.062910.7249
Yxy69.06290.43040.4930
Hunter Lab83.1041-15.925150.5213
CIE-Lab86.5352-12.343484.4197

#ecdc12 color RGB value is (236,220,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011100 00010010
Octal 354 334 22
Decimal 236 220 18
Hex EC DC 12

RGB Percentages of Color #ecdc12

%49.79
%46.41
%3.80

CMYK Percentages of Color #ecdc12

%0
%7
%92
%7

Triadic Colors of #ecdc12

#ecdc12 #12ecdc #dc12ec

Analogous Colors of #ecdc12

#ecdc12 #8fec12 #ec6f12

Monochromatic Colors of #ecdc12

#ecdc12

Complementary Color

#ecdc12 #1222ec

#ecdc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdc12 Color CSS Codes

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

#ecdc12 Text Font Color

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

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


#ecdc12 Background Color

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

This div background color is #ecdc12


#ecdc12 Border Color

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

This div border color is #ecdc12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdc12


Comments

No comments written yet.

Please login to write comment.