Color Hex Logo

#20caff Color Hex

#20CAFF
(32,202,255)
0 Favorites   0 Comments

Color spaces of #20caff

RGB 32202255
HSL0.541.000.56
HSV194°87°100°
CMYK 0.870.210.00   0.00
XYZ39.766249.7681102.1181
Yxy49.76810.20750.2597
Hunter Lab70.5465-22.8381-36.4414
CIE-Lab75.9267-22.2728-37.2748

#20caff color RGB value is (32,202,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100000 11001010 11111111
Octal 40 312 377
Decimal 32 202 255
Hex 20 CA FF

RGB Percentages of Color #20caff

%6.54
%41.31
%52.15

CMYK Percentages of Color #20caff

%87
%21
%0
%0

Triadic Colors of #20caff

#20caff #ff20ca #caff20

Analogous Colors of #20caff

#20caff #205bff #20ffc5

Monochromatic Colors of #20caff

#20caff

Complementary Color

#20caff #ff5520

#20caff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#20caff Color Preview on White Background

Lorem ipsum dolor sit amet.

#20caff Color CSS Codes

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

#20caff Text Font Color

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

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


#20caff Background Color

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

This div background color is #20caff


#20caff Border Color

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

This div border color is #20caff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #20caff


Comments

No comments written yet.

Please login to write comment.