Color Hex Logo

#20faeb Color Hex

#20FAEB
(32,250,235)
0 Favorites   0 Comments

Color spaces of #20faeb

RGB 32250235
HSL0.490.960.55
HSV176°87°98°
CMYK 0.870.000.06   0.02
XYZ49.776774.676490.3878
Yxy74.67640.23170.3476
Hunter Lab86.4155-48.4083-1.5245
CIE-Lab89.2412-50.6003-6.5159

#20faeb color RGB value is (32,250,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11111010 11101011
Octal 40 372 353
Decimal 32 250 235
Hex 20 FA EB

RGB Percentages of Color #20faeb

%6.19
%48.36
%45.45

CMYK Percentages of Color #20faeb

%87
%0
%6
%2

Triadic Colors of #20faeb

#20faeb #eb20fa #faeb20

Analogous Colors of #20faeb

#20faeb #209cfa #20fa7e

Monochromatic Colors of #20faeb

#20faeb

Complementary Color

#20faeb #fa202f

#20faeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20faeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#20faeb Color CSS Codes

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

#20faeb Text Font Color

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

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


#20faeb Background Color

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

This div background color is #20faeb


#20faeb Border Color

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

This div border color is #20faeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20faeb


Comments

No comments written yet.

Please login to write comment.