Color Hex Logo

#32aecc Color Hex

#32AECC
(50,174,204)
0 Favorites   0 Comments

Color spaces of #32aecc

RGB 50174204
HSL0.530.610.50
HSV192°75°80°
CMYK 0.750.150.00   0.20
XYZ27.350535.309862.5007
Yxy35.30980.21850.2821
Hunter Lab59.4220-21.8295-20.7664
CIE-Lab65.9892-23.3015-24.8549

#32aecc color RGB value is (50,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101110 11001100
Octal 62 256 314
Decimal 50 174 204
Hex 32 AE CC

RGB Percentages of Color #32aecc

%11.68
%40.65
%47.66

CMYK Percentages of Color #32aecc

%75
%15
%0
%20

Triadic Colors of #32aecc

#32aecc #cc32ae #aecc32

Analogous Colors of #32aecc

#32aecc #3261cc #32cc9d

Monochromatic Colors of #32aecc

#32aecc

Complementary Color

#32aecc #cc5032

#32aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aecc Color CSS Codes

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

#32aecc Text Font Color

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

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


#32aecc Background Color

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

This div background color is #32aecc


#32aecc Border Color

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

This div border color is #32aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aecc


Comments

No comments written yet.

Please login to write comment.