Color Hex Logo

#20bcea Color Hex

#20BCEA
(32,188,234)
0 Favorites   0 Comments

Color spaces of #20bcea

RGB 32188234
HSL0.540.830.52
HSV194°86°92°
CMYK 0.860.200.00   0.08
XYZ33.430242.214084.2281
Yxy42.21400.20910.2640
Hunter Lab64.9723-21.8579-31.3811
CIE-Lab71.0182-22.1364-33.5642

#20bcea color RGB value is (32,188,234).

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

The process color (four color CMYK) of #20bcea color hex is 0.86, 0.20, 0.00, 0.08. Web safe color of #20bcea is #33ccff. Color #20bcea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111100 11101010
Octal 40 274 352
Decimal 32 188 234
Hex 20 BC EA

RGB Percentages of Color #20bcea

%7.05
%41.41
%51.54

CMYK Percentages of Color #20bcea

%86
%20
%0
%8

Triadic Colors of #20bcea

#20bcea #ea20bc #bcea20

Analogous Colors of #20bcea

#20bcea #2057ea #20eab3

Monochromatic Colors of #20bcea

#20bcea

Complementary Color

#20bcea #ea4e20

#20bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bcea Color CSS Codes

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

#20bcea Text Font Color

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

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


#20bcea Background Color

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

This div background color is #20bcea


#20bcea Border Color

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

This div border color is #20bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bcea


Comments

No comments written yet.

Please login to write comment.