Color Hex Logo

#20aeba Color Hex

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

Color spaces of #20aeba

RGB 32174186
HSL0.510.710.43
HSV185°83°73°
CMYK 0.830.060.00   0.27
XYZ24.594634.124451.7448
Yxy34.12440.22260.3089
Hunter Lab58.4161-27.0753-11.6276
CIE-Lab65.0612-30.7836-16.3139

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101110 10111010
Octal 40 256 272
Decimal 32 174 186
Hex 20 AE BA

RGB Percentages of Color #20aeba

%8.16
%44.39
%47.45

CMYK Percentages of Color #20aeba

%83
%6
%0
%27

Triadic Colors of #20aeba

#20aeba #ba20ae #aeba20

Analogous Colors of #20aeba

#20aeba #2061ba #20ba79

Monochromatic Colors of #20aeba

#20aeba

Complementary Color

#20aeba #ba2c20

#20aeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20aeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#20aeba Color CSS Codes

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

#20aeba Text Font Color

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

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


#20aeba Background Color

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

This div background color is #20aeba


#20aeba Border Color

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

This div border color is #20aeba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,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 #20aeba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20aeba


Comments

No comments written yet.

Please login to write comment.