Color Hex Logo

#32aeba Color Hex

#32AEBA
(50,174,186)
0 Favorites   0 Comments

Color spaces of #32aeba

RGB 50174186
HSL0.510.580.46
HSV185°73°73°
CMYK 0.730.060.00   0.27
XYZ25.314434.495451.7784
Yxy34.49540.22690.3091
Hunter Lab58.7328-25.8471-11.1567
CIE-Lab65.3539-28.9668-15.8430

#32aeba color RGB value is (50,174,186).

#32aeba hex color red value is 50, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #32aeba hue: 0.51 , saturation: 0.58 and the lightness value of 32aeba is 0.46.

The process color (four color CMYK) of #32aeba color hex is 0.73, 0.06, 0.00, 0.27. Web safe color of #32aeba is #3399cc. Color #32aeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110010 10101110 10111010
Octal 62 256 272
Decimal 50 174 186
Hex 32 AE BA

RGB Percentages of Color #32aeba

%12.20
%42.44
%45.37

CMYK Percentages of Color #32aeba

%73
%6
%0
%27

Triadic Colors of #32aeba

#32aeba #ba32ae #aeba32

Analogous Colors of #32aeba

#32aeba #326aba #32ba82

Monochromatic Colors of #32aeba

#32aeba

Complementary Color

#32aeba #ba3e32

#32aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#32aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#32aeba Color CSS Codes

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

#32aeba Text Font Color

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

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


#32aeba Background Color

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

This div background color is #32aeba


#32aeba Border Color

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

This div border color is #32aeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #32aeba


Comments

No comments written yet.

Please login to write comment.