Color Hex Logo

#32aeda Color Hex

#32AEDA
(50,174,218)
0 Favorites   0 Comments

Color spaces of #32aeda

RGB 50174218
HSL0.540.690.53
HSV196°77°85°
CMYK 0.770.200.00   0.15
XYZ29.106336.012271.7466
Yxy36.01220.21270.2631
Hunter Lab60.0102-18.4412-28.8785
CIE-Lab66.5292-18.7117-31.7461

#32aeda color RGB value is (50,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101110 11011010
Octal 62 256 332
Decimal 50 174 218
Hex 32 AE DA

RGB Percentages of Color #32aeda

%11.31
%39.37
%49.32

CMYK Percentages of Color #32aeda

%77
%20
%0
%15

Triadic Colors of #32aeda

#32aeda #da32ae #aeda32

Analogous Colors of #32aeda

#32aeda #325ada #32dab2

Monochromatic Colors of #32aeda

#32aeda

Complementary Color

#32aeda #da5e32

#32aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aeda Color CSS Codes

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

#32aeda Text Font Color

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

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


#32aeda Background Color

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

This div background color is #32aeda


#32aeda Border Color

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

This div border color is #32aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aeda


Comments

No comments written yet.

Please login to write comment.