Color Hex Logo

#20beba Color Hex

#20BEBA
(32,190,186)
0 Favorites   0 Comments

Color spaces of #20beba

RGB 32190186
HSL0.500.710.44
HSV178°83°75°
CMYK 0.830.000.02   0.25
XYZ27.872040.679252.8372
Yxy40.67920.22960.3351
Hunter Lab63.7802-33.6108-4.4712
CIE-Lab69.9506-38.2917-8.9746

#20beba color RGB value is (32,190,186).

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

The process color (four color CMYK) of #20beba color hex is 0.83, 0.00, 0.02, 0.25. Web safe color of #20beba is #33cccc. Color #20beba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111110 10111010
Octal 40 276 272
Decimal 32 190 186
Hex 20 BE BA

RGB Percentages of Color #20beba

%7.84
%46.57
%45.59

CMYK Percentages of Color #20beba

%83
%0
%2
%25

Triadic Colors of #20beba

#20beba #ba20be #beba20

Analogous Colors of #20beba

#20beba #2073be #20be6b

Monochromatic Colors of #20beba

#20beba

Complementary Color

#20beba #be2024

#20beba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20beba Color Preview on White Background

Lorem ipsum dolor sit amet.

#20beba Color CSS Codes

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

#20beba Text Font Color

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

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


#20beba Background Color

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

This div background color is #20beba


#20beba Border Color

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

This div border color is #20beba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20beba


Comments

No comments written yet.

Please login to write comment.