Color Hex Logo

#14cded Color Hex

#14CDED
(20,205,237)
0 Favorites   0 Comments

Color spaces of #14cded

RGB 20205237
HSL0.520.860.50
HSV189°92°93°
CMYK 0.920.140.00   0.07
XYZ37.405949.925887.7859
Yxy49.92580.21360.2851
Hunter Lab70.6582-29.1553-24.2013
CIE-Lab76.0237-30.2411-27.4835

#14cded color RGB value is (20,205,237).

#14cded hex color red value is 20, green value is 205 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #14cded hue: 0.52 , saturation: 0.86 and the lightness value of 14cded is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001101 11101101
Octal 24 315 355
Decimal 20 205 237
Hex 14 CD ED

RGB Percentages of Color #14cded

%4.33
%44.37
%51.30

CMYK Percentages of Color #14cded

%92
%14
%0
%7

Triadic Colors of #14cded

#14cded #ed14cd #cded14

Analogous Colors of #14cded

#14cded #1461ed #14eda1

Monochromatic Colors of #14cded

#14cded

Complementary Color

#14cded #ed3414

#14cded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cded Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cded Color CSS Codes

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

#14cded Text Font Color

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

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


#14cded Background Color

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

This div background color is #14cded


#14cded Border Color

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

This div border color is #14cded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cded


Comments

No comments written yet.

Please login to write comment.