Color Hex Logo

#55cc12 Color Hex

#55CC12
(85,204,18)
0 Favorites   0 Comments

Color spaces of #55cc12

RGB 8520418
HSL0.270.840.44
HSV98°91°80°
CMYK 0.580.000.91   0.20
XYZ25.448445.16077.9479
Yxy45.16070.32390.5749
Hunter Lab67.2017-50.007440.0290
CIE-Lab72.9976-61.347169.8593

#55cc12 color RGB value is (85,204,18).

#55cc12 hex color red value is 85, green value is 204 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #55cc12 hue: 0.27 , saturation: 0.84 and the lightness value of 55cc12 is 0.44.

The process color (four color CMYK) of #55cc12 color hex is 0.58, 0.00, 0.91, 0.20. Web safe color of #55cc12 is #66cc00. Color #55cc12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001100 00010010
Octal 125 314 22
Decimal 85 204 18
Hex 55 CC 12

RGB Percentages of Color #55cc12

%27.69
%66.45
%5.86

CMYK Percentages of Color #55cc12

%58
%0
%91
%20

Triadic Colors of #55cc12

#55cc12 #1255cc #cc1255

Analogous Colors of #55cc12

#55cc12 #12cc2c #b2cc12

Monochromatic Colors of #55cc12

#55cc12

Complementary Color

#55cc12 #8912cc

#55cc12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cc12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cc12 Color CSS Codes

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

#55cc12 Text Font Color

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

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


#55cc12 Background Color

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

This div background color is #55cc12


#55cc12 Border Color

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

This div border color is #55cc12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,204,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55cc12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55cc12;
  -webkit-box-shadow: 1px 1px 3px 2px #55cc12;
  box-shadow:         1px 1px 3px 2px #55cc12; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,204,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 #55cc12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cc12


Comments

No comments written yet.

Please login to write comment.