Color Hex Logo

#32abea Color Hex

#32ABEA
(50,171,234)
0 Favorites   0 Comments

Color spaces of #32abea

RGB 50171234
HSL0.560.810.56
HSV201°79°92°
CMYK 0.790.270.00   0.08
XYZ30.729635.744483.1216
Yxy35.74440.20540.2389
Hunter Lab59.7866-12.8797-40.5805
CIE-Lab66.3242-11.6754-40.8499

#32abea color RGB value is (50,171,234).

#32abea hex color red value is 50, green value is 171 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #32abea hue: 0.56 , saturation: 0.81 and the lightness value of 32abea is 0.56.

The process color (four color CMYK) of #32abea color hex is 0.79, 0.27, 0.00, 0.08. Web safe color of #32abea is #3399ff. Color #32abea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101011 11101010
Octal 62 253 352
Decimal 50 171 234
Hex 32 AB EA

RGB Percentages of Color #32abea

%10.99
%37.58
%51.43

CMYK Percentages of Color #32abea

%79
%27
%0
%8

Triadic Colors of #32abea

#32abea #ea32ab #abea32

Analogous Colors of #32abea

#32abea #324fea #32eacd

Monochromatic Colors of #32abea

#32abea

Complementary Color

#32abea #ea7132

#32abea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32abea Color Preview on White Background

Lorem ipsum dolor sit amet.

#32abea Color CSS Codes

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

#32abea Text Font Color

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

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


#32abea Background Color

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

This div background color is #32abea


#32abea Border Color

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

This div border color is #32abea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32abea


Comments

No comments written yet.

Please login to write comment.