Color Hex Logo

#20acbe Color Hex

#20ACBE
(32,172,190)
0 Favorites   0 Comments

Color spaces of #20acbe

RGB 32172190
HSL0.520.710.44
HSV187°83°75°
CMYK 0.830.090.00   0.25
XYZ24.642533.529853.8883
Yxy33.52980.21990.2992
Hunter Lab57.9049-25.3697-14.6439
CIE-Lab64.5876-28.5356-19.2564

#20acbe color RGB value is (32,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101100 10111110
Octal 40 254 276
Decimal 32 172 190
Hex 20 AC BE

RGB Percentages of Color #20acbe

%8.12
%43.65
%48.22

CMYK Percentages of Color #20acbe

%83
%9
%0
%25

Triadic Colors of #20acbe

#20acbe #be20ac #acbe20

Analogous Colors of #20acbe

#20acbe #205dbe #20be81

Monochromatic Colors of #20acbe

#20acbe

Complementary Color

#20acbe #be3220

#20acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#20acbe Color CSS Codes

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

#20acbe Text Font Color

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

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


#20acbe Background Color

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

This div background color is #20acbe


#20acbe Border Color

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

This div border color is #20acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20acbe


Comments

No comments written yet.

Please login to write comment.