Color Hex Logo

#14ceef Color Hex

#14CEEF
(20,206,239)
0 Favorites   0 Comments

Color spaces of #14ceef

RGB 20206239
HSL0.530.870.51
HSV189°92°94°
CMYK 0.920.140.00   0.06
XYZ37.939850.523389.4137
Yxy50.52330.21330.2840
Hunter Lab71.0797-29.1127-24.8271
CIE-Lab76.3893-30.0821-27.9966

#14ceef color RGB value is (20,206,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001110 11101111
Octal 24 316 357
Decimal 20 206 239
Hex 14 CE EF

RGB Percentages of Color #14ceef

%4.30
%44.30
%51.40

CMYK Percentages of Color #14ceef

%92
%14
%0
%6

Triadic Colors of #14ceef

#14ceef #ef14ce #ceef14

Analogous Colors of #14ceef

#14ceef #1461ef #14efa3

Monochromatic Colors of #14ceef

#14ceef

Complementary Color

#14ceef #ef3514

#14ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ceef Color CSS Codes

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

#14ceef Text Font Color

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

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


#14ceef Background Color

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

This div background color is #14ceef


#14ceef Border Color

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

This div border color is #14ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ceef


Comments

No comments written yet.

Please login to write comment.