Color Hex Logo

#20fbea Color Hex

#20FBEA
(32,251,234)
0 Favorites   0 Comments

Color spaces of #20fbea

RGB 32251234
HSL0.490.960.55
HSV175°87°98°
CMYK 0.870.000.07   0.02
XYZ49.944175.241989.7327
Yxy75.24190.23240.3501
Hunter Lab86.7421-49.0225-0.6147
CIE-Lab89.5062-51.2912-5.6038

#20fbea color RGB value is (32,251,234).

#20fbea hex color red value is 32, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #20fbea hue: 0.49 , saturation: 0.96 and the lightness value of 20fbea is 0.55.

The process color (four color CMYK) of #20fbea color hex is 0.87, 0.00, 0.07, 0.02. Web safe color of #20fbea is #33ffff. Color #20fbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111011 11101010
Octal 40 373 352
Decimal 32 251 234
Hex 20 FB EA

RGB Percentages of Color #20fbea

%6.19
%48.55
%45.26

CMYK Percentages of Color #20fbea

%87
%0
%7
%2

Triadic Colors of #20fbea

#20fbea #ea20fb #fbea20

Analogous Colors of #20fbea

#20fbea #209ffb #20fb7d

Monochromatic Colors of #20fbea

#20fbea

Complementary Color

#20fbea #fb2031

#20fbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20fbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#20fbea Color CSS Codes

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

#20fbea Text Font Color

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

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


#20fbea Background Color

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

This div background color is #20fbea


#20fbea Border Color

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

This div border color is #20fbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20fbea

Related Colors

#20fbea Color Palettes


Comments

No comments written yet.

Please login to write comment.