Color Hex Logo

#14cafa Color Hex

#14CAFA
(20,202,250)
0 Favorites   0 Comments

Color spaces of #14cafa

RGB 20202250
HSL0.530.960.53
HSV193°92°98°
CMYK 0.920.190.00   0.02
XYZ38.664349.291997.9189
Yxy49.29190.20800.2652
Hunter Lab70.2082-24.5627-33.5456
CIE-Lab75.6326-24.4915-35.0609

#14cafa color RGB value is (20,202,250).

#14cafa hex color red value is 20, green value is 202 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #14cafa hue: 0.53 , saturation: 0.96 and the lightness value of 14cafa is 0.53.

The process color (four color CMYK) of #14cafa color hex is 0.92, 0.19, 0.00, 0.02. Web safe color of #14cafa is #00ccff. Color #14cafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001010 11111010
Octal 24 312 372
Decimal 20 202 250
Hex 14 CA FA

RGB Percentages of Color #14cafa

%4.24
%42.80
%52.97

CMYK Percentages of Color #14cafa

%92
%19
%0
%2

Triadic Colors of #14cafa

#14cafa #fa14ca #cafa14

Analogous Colors of #14cafa

#14cafa #1457fa #14fab7

Monochromatic Colors of #14cafa

#14cafa

Complementary Color

#14cafa #fa4414

#14cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cafa Color CSS Codes

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

#14cafa Text Font Color

<p style="color:#14cafa">Text here</p>

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


#14cafa Background Color

<div style="background-color:#14cafa">
Div content here</div>

This div background color is #14cafa


#14cafa Border Color

<div style="border:3px solid #14cafa">
Div here</div>

This div border color is #14cafa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,202,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cafa


Comments

No comments written yet.

Please login to write comment.