Color Hex Logo

#32addf Color Hex

#32ADDF
(50,173,223)
0 Favorites   0 Comments

Color spaces of #32addf

RGB 50173223
HSL0.550.730.54
HSV197°78°87°
CMYK 0.780.220.00   0.13
XYZ29.578235.893075.1811
Yxy35.89300.21030.2552
Hunter Lab59.9108-16.7176-32.4646
CIE-Lab66.4381-16.5072-34.6371

#32addf color RGB value is (50,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101101 11011111
Octal 62 255 337
Decimal 50 173 223
Hex 32 AD DF

RGB Percentages of Color #32addf

%11.21
%38.79
%50.00

CMYK Percentages of Color #32addf

%78
%22
%0
%13

Triadic Colors of #32addf

#32addf #df32ad #addf32

Analogous Colors of #32addf

#32addf #3256df #32dfbb

Monochromatic Colors of #32addf

#32addf

Complementary Color

#32addf #df6432

#32addf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32addf Color Preview on White Background

Lorem ipsum dolor sit amet.

#32addf Color CSS Codes

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

#32addf Text Font Color

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

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


#32addf Background Color

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

This div background color is #32addf


#32addf Border Color

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

This div border color is #32addf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(50,173,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 #32addf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32addf


Comments

No comments written yet.

Please login to write comment.