Color Hex Logo

#32afdf Color Hex

#32AFDF
(50,175,223)
0 Favorites   0 Comments

Color spaces of #32afdf

RGB 50175223
HSL0.550.730.54
HSV197°78°87°
CMYK 0.780.220.00   0.13
XYZ29.964636.665875.3099
Yxy36.66580.21110.2583
Hunter Lab60.5523-17.6349-31.3534
CIE-Lab67.0255-17.5702-33.7252

#32afdf color RGB value is (50,175,223).

#32afdf hex color red value is 50, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #32afdf hue: 0.55 , saturation: 0.73 and the lightness value of 32afdf is 0.54.

The process color (four color CMYK) of #32afdf color hex is 0.78, 0.22, 0.00, 0.13. Web safe color of #32afdf is #3399cc. Color #32afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101111 11011111
Octal 62 257 337
Decimal 50 175 223
Hex 32 AF DF

RGB Percentages of Color #32afdf

%11.16
%39.06
%49.78

CMYK Percentages of Color #32afdf

%78
%22
%0
%13

Triadic Colors of #32afdf

#32afdf #df32af #afdf32

Analogous Colors of #32afdf

#32afdf #3259df #32dfb9

Monochromatic Colors of #32afdf

#32afdf

Complementary Color

#32afdf #df6232

#32afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#32afdf Color CSS Codes

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

#32afdf Text Font Color

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

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


#32afdf Background Color

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

This div background color is #32afdf


#32afdf Border Color

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

This div border color is #32afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32afdf


Comments

No comments written yet.

Please login to write comment.