Color Hex Logo

#32afdd Color Hex

#32AFDD
(50,175,221)
0 Favorites   0 Comments

Color spaces of #32afdd

RGB 50175221
HSL0.540.720.53
HSV196°77°87°
CMYK 0.770.210.00   0.13
XYZ29.696536.558573.8979
Yxy36.55850.21190.2608
Hunter Lab60.4636-18.1417-30.1390
CIE-Lab66.9445-18.2387-32.7525

#32afdd color RGB value is (50,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101111 11011101
Octal 62 257 335
Decimal 50 175 221
Hex 32 AF DD

RGB Percentages of Color #32afdd

%11.21
%39.24
%49.55

CMYK Percentages of Color #32afdd

%77
%21
%0
%13

Triadic Colors of #32afdd

#32afdd #dd32af #afdd32

Analogous Colors of #32afdd

#32afdd #3259dd #32ddb6

Monochromatic Colors of #32afdd

#32afdd

Complementary Color

#32afdd #dd6032

#32afdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32afdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#32afdd Color CSS Codes

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

#32afdd Text Font Color

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

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


#32afdd Background Color

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

This div background color is #32afdd


#32afdd Border Color

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

This div border color is #32afdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32afdd


Comments

No comments written yet.

Please login to write comment.