Color Hex Logo

#33afaa Color Hex

#33AFAA
(51,175,170)
0 Favorites   0 Comments

Color spaces of #33afaa

RGB 51175170
HSL0.490.550.44
HSV178°71°69°
CMYK 0.710.000.03   0.31
XYZ23.950934.266043.3819
Yxy34.26600.23570.3373
Hunter Lab58.5372-29.4055-2.9638
CIE-Lab65.1732-34.0705-7.2141

#33afaa color RGB value is (51,175,170).

#33afaa hex color red value is 51, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #33afaa hue: 0.49 , saturation: 0.55 and the lightness value of 33afaa is 0.44.

The process color (four color CMYK) of #33afaa color hex is 0.71, 0.00, 0.03, 0.31. Web safe color of #33afaa is #339999. Color #33afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101111 10101010
Octal 63 257 252
Decimal 51 175 170
Hex 33 AF AA

RGB Percentages of Color #33afaa

%12.88
%44.19
%42.93

CMYK Percentages of Color #33afaa

%71
%0
%3
%31

Triadic Colors of #33afaa

#33afaa #aa33af #afaa33

Analogous Colors of #33afaa

#33afaa #3376af #33af6c

Monochromatic Colors of #33afaa

#33afaa

Complementary Color

#33afaa #af3338

#33afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33afaa Color CSS Codes

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

#33afaa Text Font Color

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

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


#33afaa Background Color

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

This div background color is #33afaa


#33afaa Border Color

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

This div border color is #33afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33afaa


Comments

No comments written yet.

Please login to write comment.