Color Hex Logo

#20bbff Color Hex

#20BBFF
(32,187,255)
0 Favorites   0 Comments

Color spaces of #20bbff

RGB 32187255
HSL0.551.000.56
HSV198°87°100°
CMYK 0.870.270.00   0.00
XYZ36.416043.0677101.0013
Yxy43.06770.20180.2386
Hunter Lab65.6260-15.7954-45.3117
CIE-Lab71.6009-14.4385-44.0168

#20bbff color RGB value is (32,187,255).

#20bbff hex color red value is 32, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #20bbff hue: 0.55 , saturation: 1.00 and the lightness value of 20bbff is 0.56.

The process color (four color CMYK) of #20bbff color hex is 0.87, 0.27, 0.00, 0.00. Web safe color of #20bbff is #33ccff. Color #20bbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111011 11111111
Octal 40 273 377
Decimal 32 187 255
Hex 20 BB FF

RGB Percentages of Color #20bbff

%6.75
%39.45
%53.80

CMYK Percentages of Color #20bbff

%87
%27
%0
%0

Triadic Colors of #20bbff

#20bbff #ff20bb #bbff20

Analogous Colors of #20bbff

#20bbff #204cff #20ffd4

Monochromatic Colors of #20bbff

#20bbff

Complementary Color

#20bbff #ff6420

#20bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bbff Color CSS Codes

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

#20bbff Text Font Color

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

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


#20bbff Background Color

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

This div background color is #20bbff


#20bbff Border Color

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

This div border color is #20bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.