Color Hex Logo

#33afc7 Color Hex

#33AFC7
(51,175,199)
0 Favorites   0 Comments

Color spaces of #33afc7

RGB 51175199
HSL0.530.590.49
HSV190°74°78°
CMYK 0.740.120.00   0.22
XYZ27.004035.487359.4593
Yxy35.48730.22140.2910
Hunter Lab59.5712-23.3345-17.4788
CIE-Lab66.1263-25.2926-21.8774

#33afc7 color RGB value is (51,175,199).

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

The process color (four color CMYK) of #33afc7 color hex is 0.74, 0.12, 0.00, 0.22. Web safe color of #33afc7 is #3399cc. Color #33afc7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101111 11000111
Octal 63 257 307
Decimal 51 175 199
Hex 33 AF C7

RGB Percentages of Color #33afc7

%12.00
%41.18
%46.82

CMYK Percentages of Color #33afc7

%74
%12
%0
%22

Triadic Colors of #33afc7

#33afc7 #c733af #afc733

Analogous Colors of #33afc7

#33afc7 #3365c7 #33c795

Monochromatic Colors of #33afc7

#33afc7

Complementary Color

#33afc7 #c74b33

#33afc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33afc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33afc7 Color CSS Codes

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

#33afc7 Text Font Color

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

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


#33afc7 Background Color

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

This div background color is #33afc7


#33afc7 Border Color

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

This div border color is #33afc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33afc7


Comments

No comments written yet.

Please login to write comment.