Color Hex Logo

#20bcef Color Hex

#20BCEF
(32,188,239)
0 Favorites   0 Comments

Color spaces of #20bcef

RGB 32188239
HSL0.540.870.53
HSV195°87°94°
CMYK 0.870.210.00   0.06
XYZ34.158942.505588.0654
Yxy42.50550.20740.2580
Hunter Lab65.1962-20.5702-34.4500
CIE-Lab71.2180-20.4517-35.9665

#20bcef color RGB value is (32,188,239).

#20bcef hex color red value is 32, green value is 188 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #20bcef hue: 0.54 , saturation: 0.87 and the lightness value of 20bcef is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111100 11101111
Octal 40 274 357
Decimal 32 188 239
Hex 20 BC EF

RGB Percentages of Color #20bcef

%6.97
%40.96
%52.07

CMYK Percentages of Color #20bcef

%87
%21
%0
%6

Triadic Colors of #20bcef

#20bcef #ef20bc #bcef20

Analogous Colors of #20bcef

#20bcef #2055ef #20efbb

Monochromatic Colors of #20bcef

#20bcef

Complementary Color

#20bcef #ef5320

#20bcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bcef Color CSS Codes

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

#20bcef Text Font Color

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

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


#20bcef Background Color

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

This div background color is #20bcef


#20bcef Border Color

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

This div border color is #20bcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bcef


Comments

No comments written yet.

Please login to write comment.