color codes Logo

#20bcd7 color codes

#20BCD7
(32,188,215)
0 Favorites   0 Comments

Color spaces of #20bcd7

RGB 32188215
HSL0.520.740.48
HSV189°85°84°
CMYK 0.850.130.00   0.16
XYZ30.844641.179870.6128
Yxy41.17980.21620.2887
Hunter Lab64.1715-26.5025-20.3213
CIE-Lab70.3017-28.3924-24.3202

#20bcd7 color RGB value is (32,188,215).

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

The process color (four color CMYK) of #20bcd7 color code is 0.85, 0.13, 0.00, 0.16. Web safe color of #20bcd7 is #33cccc. Color #20bcd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10111100 11010111
Octal 40 274 327
Decimal 32 188 215
Hex 20 BC D7

RGB Percentages of Color #20bcd7

%7.36
%43.22
%49.43

CMYK Percentages of Color #20bcd7

%85
%13
%0
%16

Triadic Colors of #20bcd7

#20bcd7 #d720bc #bcd720

Analogous Colors of #20bcd7

#20bcd7 #2061d7 #20d797

Monochromatic Colors of #20bcd7

#20bcd7

Complementary Color

#20bcd7 #d73b20

#20bcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20bcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#20bcd7 Color CSS Codes

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

#20bcd7 Text Font Color

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

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


#20bcd7 Background Color

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

This div background color is #20bcd7


#20bcd7 Border Color

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

This div border color is #20bcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20bcd7


Comments

No comments written yet.

Please login to write comment.