Color Hex Logo

#14dceb Color Hex

#14DCEB
(20,220,235)
0 Favorites   0 Comments

Color spaces of #14dceb

RGB 20220235
HSL0.510.840.50
HSV184°91°92°
CMYK 0.910.060.00   0.08
XYZ40.877157.333387.5092
Yxy57.33330.22010.3087
Hunter Lab75.7188-36.1438-15.5191
CIE-Lab80.3667-37.9604-19.7998

#14dceb color RGB value is (20,220,235).

#14dceb hex color red value is 20, green value is 220 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #14dceb hue: 0.51 , saturation: 0.84 and the lightness value of 14dceb is 0.50.

The process color (four color CMYK) of #14dceb color hex is 0.91, 0.06, 0.00, 0.08. Web safe color of #14dceb is #00ccff. Color #14dceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011100 11101011
Octal 24 334 353
Decimal 20 220 235
Hex 14 DC EB

RGB Percentages of Color #14dceb

%4.21
%46.32
%49.47

CMYK Percentages of Color #14dceb

%91
%6
%0
%8

Triadic Colors of #14dceb

#14dceb #eb14dc #dceb14

Analogous Colors of #14dceb

#14dceb #1471eb #14eb8f

Monochromatic Colors of #14dceb

#14dceb

Complementary Color

#14dceb #eb2314

#14dceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dceb Color CSS Codes

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

#14dceb Text Font Color

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

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


#14dceb Background Color

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

This div background color is #14dceb


#14dceb Border Color

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

This div border color is #14dceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dceb


Comments

No comments written yet.

Please login to write comment.