Color Hex Logo

#20abfe Color Hex

#20ABFE
(32,171,254)
0 Favorites   0 Comments

Color spaces of #20abfe

RGB 32171254
HSL0.560.990.56
HSV202°87°100°
CMYK 0.870.330.00   0.00
XYZ33.048036.588799.0864
Yxy36.58870.19590.2169
Hunter Lab60.4886-8.3314-54.7810
CIE-Lab66.9673-6.0257-50.7652

#20abfe color RGB value is (32,171,254).

#20abfe hex color red value is 32, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #20abfe hue: 0.56 , saturation: 0.99 and the lightness value of 20abfe is 0.56.

The process color (four color CMYK) of #20abfe color hex is 0.87, 0.33, 0.00, 0.00. Web safe color of #20abfe is #3399ff. Color #20abfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101011 11111110
Octal 40 253 376
Decimal 32 171 254
Hex 20 AB FE

RGB Percentages of Color #20abfe

%7.00
%37.42
%55.58

CMYK Percentages of Color #20abfe

%87
%33
%0
%0

Triadic Colors of #20abfe

#20abfe #fe20ab #abfe20

Analogous Colors of #20abfe

#20abfe #203cfe #20fee2

Monochromatic Colors of #20abfe

#20abfe

Complementary Color

#20abfe #fe7320

#20abfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20abfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#20abfe Color CSS Codes

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

#20abfe Text Font Color

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

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


#20abfe Background Color

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

This div background color is #20abfe


#20abfe Border Color

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

This div border color is #20abfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20abfe


Comments

No comments written yet.

Please login to write comment.