Color Hex Logo

#20baea Color Hex

#20BAEA
(32,186,234)
0 Favorites   0 Comments

Color spaces of #20baea

RGB 32186234
HSL0.540.830.52
HSV194°86°92°
CMYK 0.860.210.00   0.08
XYZ33.005941.365484.0866
Yxy41.36540.20830.2610
Hunter Lab64.3159-20.9496-32.4945
CIE-Lab70.4312-21.1056-34.4735

#20baea color RGB value is (32,186,234).

#20baea hex color red value is 32, green value is 186 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #20baea hue: 0.54 , saturation: 0.83 and the lightness value of 20baea is 0.52.

The process color (four color CMYK) of #20baea color hex is 0.86, 0.21, 0.00, 0.08. Web safe color of #20baea is #33ccff. Color #20baea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111010 11101010
Octal 40 272 352
Decimal 32 186 234
Hex 20 BA EA

RGB Percentages of Color #20baea

%7.08
%41.15
%51.77

CMYK Percentages of Color #20baea

%86
%21
%0
%8

Triadic Colors of #20baea

#20baea #ea20ba #baea20

Analogous Colors of #20baea

#20baea #2055ea #20eab5

Monochromatic Colors of #20baea

#20baea

Complementary Color

#20baea #ea5020

#20baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#20baea Color CSS Codes

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

#20baea Text Font Color

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

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


#20baea Background Color

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

This div background color is #20baea


#20baea Border Color

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

This div border color is #20baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20baea


Comments

No comments written yet.

Please login to write comment.