Color Hex Logo

#32accc Color Hex

#32ACCC
(50,172,204)
0 Favorites   0 Comments

Color spaces of #32accc

RGB 50172204
HSL0.530.610.50
HSV192°75°80°
CMYK 0.750.160.00   0.20
XYZ26.967034.542862.3729
Yxy34.54280.21770.2788
Hunter Lab58.7731-20.9514-21.7802
CIE-Lab65.3911-22.2740-25.7726

#32accc color RGB value is (50,172,204).

#32accc hex color red value is 50, green value is 172 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #32accc hue: 0.53 , saturation: 0.61 and the lightness value of 32accc is 0.50.

The process color (four color CMYK) of #32accc color hex is 0.75, 0.16, 0.00, 0.20. Web safe color of #32accc is #3399cc. Color #32accc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101100 11001100
Octal 62 254 314
Decimal 50 172 204
Hex 32 AC CC

RGB Percentages of Color #32accc

%11.74
%40.38
%47.89

CMYK Percentages of Color #32accc

%75
%16
%0
%20

Triadic Colors of #32accc

#32accc #cc32ac #accc32

Analogous Colors of #32accc

#32accc #325fcc #32cc9f

Monochromatic Colors of #32accc

#32accc

Complementary Color

#32accc #cc5232

#32accc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32accc Color Preview on White Background

Lorem ipsum dolor sit amet.

#32accc Color CSS Codes

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

#32accc Text Font Color

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

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


#32accc Background Color

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

This div background color is #32accc


#32accc Border Color

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

This div border color is #32accc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32accc


Comments

No comments written yet.

Please login to write comment.