Color Hex Logo

#32aabe Color Hex

#32AABE
(50,170,190)
0 Favorites   0 Comments

Color spaces of #32aabe

RGB 50170190
HSL0.520.580.47
HSV189°74°75°
CMYK 0.740.110.00   0.25
XYZ24.984433.145353.7961
Yxy33.14530.22320.2961
Hunter Lab57.5720-23.2876-15.1011
CIE-Lab64.2784-25.7350-19.6993

#32aabe color RGB value is (50,170,190).

#32aabe hex color red value is 50, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #32aabe hue: 0.52 , saturation: 0.58 and the lightness value of 32aabe is 0.47.

The process color (four color CMYK) of #32aabe color hex is 0.74, 0.11, 0.00, 0.25. Web safe color of #32aabe is #3399cc. Color #32aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101010 10111110
Octal 62 252 276
Decimal 50 170 190
Hex 32 AA BE

RGB Percentages of Color #32aabe

%12.20
%41.46
%46.34

CMYK Percentages of Color #32aabe

%74
%11
%0
%25

Triadic Colors of #32aabe

#32aabe #be32aa #aabe32

Analogous Colors of #32aabe

#32aabe #3264be #32be8c

Monochromatic Colors of #32aabe

#32aabe

Complementary Color

#32aabe #be4632

#32aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aabe Color CSS Codes

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

#32aabe Text Font Color

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

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


#32aabe Background Color

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

This div background color is #32aabe


#32aabe Border Color

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

This div border color is #32aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aabe


Comments

No comments written yet.

Please login to write comment.