Color Hex Logo

#14dcef Color Hex

#14DCEF
(20,220,239)
0 Favorites   0 Comments

Color spaces of #14dcef

RGB 20220239
HSL0.510.870.51
HSV185°92°94°
CMYK 0.920.080.00   0.06
XYZ41.461757.567190.5877
Yxy57.56710.21870.3036
Hunter Lab75.8730-35.2343-17.6775
CIE-Lab80.4975-36.7335-21.7297

#14dcef color RGB value is (20,220,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011100 11101111
Octal 24 334 357
Decimal 20 220 239
Hex 14 DC EF

RGB Percentages of Color #14dcef

%4.18
%45.93
%49.90

CMYK Percentages of Color #14dcef

%92
%8
%0
%6

Triadic Colors of #14dcef

#14dcef #ef14dc #dcef14

Analogous Colors of #14dcef

#14dcef #146fef #14ef95

Monochromatic Colors of #14dcef

#14dcef

Complementary Color

#14dcef #ef2714

#14dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dcef Color CSS Codes

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

#14dcef Text Font Color

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

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


#14dcef Background Color

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

This div background color is #14dcef


#14dcef Border Color

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

This div border color is #14dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dcef


Comments

No comments written yet.

Please login to write comment.