Color Hex Logo

#14cbff Color Hex

#14CBFF
(20,203,255)
0 Favorites   0 Comments

Color spaces of #14cbff

RGB 20203255
HSL0.541.000.54
HSV193°92°100°
CMYK 0.920.200.00   0.00
XYZ39.694450.0806102.1821
Yxy50.08060.20680.2609
Hunter Lab70.7676-23.7206-36.0721
CIE-Lab76.1187-23.3257-36.9847

#14cbff color RGB value is (20,203,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001011 11111111
Octal 24 313 377
Decimal 20 203 255
Hex 14 CB FF

RGB Percentages of Color #14cbff

%4.18
%42.47
%53.35

CMYK Percentages of Color #14cbff

%92
%20
%0
%0

Triadic Colors of #14cbff

#14cbff #ff14cb #cbff14

Analogous Colors of #14cbff

#14cbff #1456ff #14ffbe

Monochromatic Colors of #14cbff

#14cbff

Complementary Color

#14cbff #ff4814

#14cbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cbff Color CSS Codes

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

#14cbff Text Font Color

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

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


#14cbff Background Color

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

This div background color is #14cbff


#14cbff Border Color

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

This div border color is #14cbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cbff


Comments

No comments written yet.

Please login to write comment.