Color Hex Logo

#14cafc Color Hex

#14CAFC
(20,202,252)
0 Favorites   0 Comments

Color spaces of #14cafc

RGB 20202252
HSL0.540.970.53
HSV193°92°99°
CMYK 0.920.200.00   0.01
XYZ38.979749.418199.5797
Yxy49.41810.20740.2629
Hunter Lab70.2980-24.0447-34.7778
CIE-Lab75.7107-23.8237-36.0115

#14cafc color RGB value is (20,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001010 11111100
Octal 24 312 374
Decimal 20 202 252
Hex 14 CA FC

RGB Percentages of Color #14cafc

%4.22
%42.62
%53.16

CMYK Percentages of Color #14cafc

%92
%20
%0
%1

Triadic Colors of #14cafc

#14cafc #fc14ca #cafc14

Analogous Colors of #14cafc

#14cafc #1456fc #14fcba

Monochromatic Colors of #14cafc

#14cafc

Complementary Color

#14cafc #fc4614

#14cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cafc Color CSS Codes

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

#14cafc Text Font Color

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

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


#14cafc Background Color

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

This div background color is #14cafc


#14cafc Border Color

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

This div border color is #14cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cafc


Comments

No comments written yet.

Please login to write comment.