Color Hex Logo

#14cdff Color Hex

#14CDFF
(20,205,255)
0 Favorites   0 Comments

Color spaces of #14cdff

RGB 20205255
HSL0.541.000.54
HSV193°92°100°
CMYK 0.920.200.00   0.00
XYZ40.169851.0314102.3406
Yxy51.03140.20760.2637
Hunter Lab71.4363-24.6399-34.9343
CIE-Lab76.6980-24.3366-36.0870

#14cdff color RGB value is (20,205,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001101 11111111
Octal 24 315 377
Decimal 20 205 255
Hex 14 CD FF

RGB Percentages of Color #14cdff

%4.17
%42.71
%53.13

CMYK Percentages of Color #14cdff

%92
%20
%0
%0

Triadic Colors of #14cdff

#14cdff #ff14cd #cdff14

Analogous Colors of #14cdff

#14cdff #1458ff #14ffbc

Monochromatic Colors of #14cdff

#14cdff

Complementary Color

#14cdff #ff4614

#14cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cdff Color CSS Codes

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

#14cdff Text Font Color

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

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


#14cdff Background Color

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

This div background color is #14cdff


#14cdff Border Color

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

This div border color is #14cdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cdff

Related Colors

#14cdff Color Palettes


Comments

No comments written yet.

Please login to write comment.