Color Hex Logo

#33aa1c Color Hex

#33AA1C
(51,170,28)
0 Favorites   0 Comments

Color spaces of #33aa1c

RGB 5117028
HSL0.310.720.39
HSV110°84°67°
CMYK 0.700.000.84   0.33
XYZ15.949629.53715.9592
Yxy29.53710.31000.5741
Hunter Lab54.3480-42.724431.5426
CIE-Lab61.2527-57.199057.2599

#33aa1c color RGB value is (51,170,28).

#33aa1c hex color red value is 51, green value is 170 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #33aa1c hue: 0.31 , saturation: 0.72 and the lightness value of 33aa1c is 0.39.

The process color (four color CMYK) of #33aa1c color hex is 0.70, 0.00, 0.84, 0.33. Web safe color of #33aa1c is #339933. Color #33aa1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101010 00011100
Octal 63 252 34
Decimal 51 170 28
Hex 33 AA 1C

RGB Percentages of Color #33aa1c

%20.48
%68.27
%11.24

CMYK Percentages of Color #33aa1c

%70
%0
%84
%33

Triadic Colors of #33aa1c

#33aa1c #1c33aa #aa1c33

Analogous Colors of #33aa1c

#33aa1c #1caa4c #7aaa1c

Monochromatic Colors of #33aa1c

#33aa1c

Complementary Color

#33aa1c #931caa

#33aa1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aa1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aa1c Color CSS Codes

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

#33aa1c Text Font Color

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

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


#33aa1c Background Color

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

This div background color is #33aa1c


#33aa1c Border Color

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

This div border color is #33aa1c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,170,28, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33aa1c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33aa1c;
  -webkit-box-shadow: 1px 1px 3px 2px #33aa1c;
  box-shadow:         1px 1px 3px 2px #33aa1c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aa1c


Comments

No comments written yet.

Please login to write comment.