Color Hex Logo

#20abcf Color Hex

#20ABCF
(32,171,207)
0 Favorites   0 Comments

Color spaces of #20abcf

RGB 32171207
HSL0.530.730.47
HSV192°85°81°
CMYK 0.850.170.00   0.19
XYZ26.421133.937964.1896
Yxy33.93790.21210.2725
Hunter Lab58.2562-20.9929-24.5493
CIE-Lab64.9132-22.4462-28.1938

#20abcf color RGB value is (32,171,207).

#20abcf hex color red value is 32, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #20abcf hue: 0.53 , saturation: 0.73 and the lightness value of 20abcf is 0.47.

The process color (four color CMYK) of #20abcf color hex is 0.85, 0.17, 0.00, 0.19. Web safe color of #20abcf is #3399cc. Color #20abcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100000 10101011 11001111
Octal 40 253 317
Decimal 32 171 207
Hex 20 AB CF

RGB Percentages of Color #20abcf

%7.80
%41.71
%50.49

CMYK Percentages of Color #20abcf

%85
%17
%0
%19

Triadic Colors of #20abcf

#20abcf #cf20ab #abcf20

Analogous Colors of #20abcf

#20abcf #2053cf #20cf9c

Monochromatic Colors of #20abcf

#20abcf

Complementary Color

#20abcf #cf4420

#20abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#20abcf Color CSS Codes

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

#20abcf Text Font Color

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

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


#20abcf Background Color

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

This div background color is #20abcf


#20abcf Border Color

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

This div border color is #20abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20abcf


Comments

No comments written yet.

Please login to write comment.