Color Hex Logo

#ecec20 Color Hex

#ECEC20
(236,236,32)
0 Favorites   0 Comments

Color spaces of #ecec20

RGB 23623632
HSL0.170.840.53
HSV60°86°93°
CMYK 0.000.000.86   0.07
XYZ64.848277.928112.9903
Yxy77.92810.41630.5003
Hunter Lab88.2769-23.358553.0691
CIE-Lab90.7471-19.944085.5890

#ecec20 color RGB value is (236,236,32).

#ecec20 hex color red value is 236, green value is 236 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ecec20 hue: 0.17 , saturation: 0.84 and the lightness value of ecec20 is 0.53.

The process color (four color CMYK) of #ecec20 color hex is 0.00, 0.00, 0.86, 0.07. Web safe color of #ecec20 is #ffff33. Color #ecec20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 00100000
Octal 354 354 40
Decimal 236 236 32
Hex EC EC 20

RGB Percentages of Color #ecec20

%46.83
%46.83
%6.35

CMYK Percentages of Color #ecec20

%0
%0
%86
%7

Triadic Colors of #ecec20

#ecec20 #20ecec #ec20ec

Analogous Colors of #ecec20

#ecec20 #86ec20 #ec8620

Monochromatic Colors of #ecec20

#ecec20

Complementary Color

#ecec20 #2020ec

#ecec20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecec20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecec20 Color CSS Codes

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

#ecec20 Text Font Color

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

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


#ecec20 Background Color

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

This div background color is #ecec20


#ecec20 Border Color

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

This div border color is #ecec20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecec20


Comments

No comments written yet.

Please login to write comment.