Color Hex Logo

#20afbe Color Hex

#20AFBE
(32,175,190)
0 Favorites   0 Comments

Color spaces of #20afbe

RGB 32175190
HSL0.520.710.44
HSV186°83°75°
CMYK 0.830.080.00   0.25
XYZ25.219934.684754.0808
Yxy34.68470.22130.3043
Hunter Lab58.8937-26.6254-13.2191
CIE-Lab65.5024-30.0079-17.8673

#20afbe color RGB value is (32,175,190).

#20afbe hex color red value is 32, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #20afbe hue: 0.52 , saturation: 0.71 and the lightness value of 20afbe is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101111 10111110
Octal 40 257 276
Decimal 32 175 190
Hex 20 AF BE

RGB Percentages of Color #20afbe

%8.06
%44.08
%47.86

CMYK Percentages of Color #20afbe

%83
%8
%0
%25

Triadic Colors of #20afbe

#20afbe #be20af #afbe20

Analogous Colors of #20afbe

#20afbe #2060be #20be7e

Monochromatic Colors of #20afbe

#20afbe

Complementary Color

#20afbe #be2f20

#20afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#20afbe Color CSS Codes

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

#20afbe Text Font Color

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

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


#20afbe Background Color

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

This div background color is #20afbe


#20afbe Border Color

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

This div border color is #20afbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(32,175,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20afbe


Comments

No comments written yet.

Please login to write comment.