Color Hex Logo

#14cbde Color Hex

#14CBDE
(20,203,222)
0 Favorites   0 Comments

Color spaces of #14cbde

RGB 20203222
HSL0.520.830.47
HSV186°91°87°
CMYK 0.910.090.00   0.13
XYZ34.829248.134576.5624
Yxy48.13450.21830.3017
Hunter Lab69.3790-31.8039-16.8634
CIE-Lab74.9097-34.0537-21.1070

#14cbde color RGB value is (20,203,222).

#14cbde hex color red value is 20, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #14cbde hue: 0.52 , saturation: 0.83 and the lightness value of 14cbde is 0.47.

The process color (four color CMYK) of #14cbde color hex is 0.91, 0.09, 0.00, 0.13. Web safe color of #14cbde is #00cccc. Color #14cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001011 11011110
Octal 24 313 336
Decimal 20 203 222
Hex 14 CB DE

RGB Percentages of Color #14cbde

%4.49
%45.62
%49.89

CMYK Percentages of Color #14cbde

%91
%9
%0
%13

Triadic Colors of #14cbde

#14cbde #de14cb #cbde14

Analogous Colors of #14cbde

#14cbde #1466de #14de8c

Monochromatic Colors of #14cbde

#14cbde

Complementary Color

#14cbde #de2714

#14cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#14cbde Color CSS Codes

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

#14cbde Text Font Color

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

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


#14cbde Background Color

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

This div background color is #14cbde


#14cbde Border Color

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

This div border color is #14cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14cbde


Comments

No comments written yet.

Please login to write comment.