Color Hex Logo

#32aedb Color Hex

#32AEDB
(50,174,219)
0 Favorites   0 Comments

Color spaces of #32aedb

RGB 50174219
HSL0.540.700.53
HSV196°77°86°
CMYK 0.770.210.00   0.14
XYZ29.237636.064772.4380
Yxy36.06470.21230.2618
Hunter Lab60.0539-18.1905-29.4789
CIE-Lab66.5693-18.3785-32.2342

#32aedb color RGB value is (50,174,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101110 11011011
Octal 62 256 333
Decimal 50 174 219
Hex 32 AE DB

RGB Percentages of Color #32aedb

%11.29
%39.28
%49.44

CMYK Percentages of Color #32aedb

%77
%21
%0
%14

Triadic Colors of #32aedb

#32aedb #db32ae #aedb32

Analogous Colors of #32aedb

#32aedb #3259db #32dbb4

Monochromatic Colors of #32aedb

#32aedb

Complementary Color

#32aedb #db5f32

#32aedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aedb Color CSS Codes

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

#32aedb Text Font Color

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

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


#32aedb Background Color

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

This div background color is #32aedb


#32aedb Border Color

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

This div border color is #32aedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aedb


Comments

No comments written yet.

Please login to write comment.