Color Hex Logo

#14abee Color Hex

#14ABEE
(20,171,238)
0 Favorites   0 Comments

Color spaces of #14abee

RGB 20171238
HSL0.550.870.51
HSV198°92°93°
CMYK 0.920.280.00   0.07
XYZ30.284035.447686.1349
Yxy35.44760.19940.2334
Hunter Lab59.5379-13.3971-44.0998
CIE-Lab66.0957-12.3573-43.4265

#14abee color RGB value is (20,171,238).

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

The process color (four color CMYK) of #14abee color hex is 0.92, 0.28, 0.00, 0.07. Web safe color of #14abee is #0099ff. Color #14abee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101011 11101110
Octal 24 253 356
Decimal 20 171 238
Hex 14 AB EE

RGB Percentages of Color #14abee

%4.66
%39.86
%55.48

CMYK Percentages of Color #14abee

%92
%28
%0
%7

Triadic Colors of #14abee

#14abee #ee14ab #abee14

Analogous Colors of #14abee

#14abee #143eee #14eec4

Monochromatic Colors of #14abee

#14abee

Complementary Color

#14abee #ee5714

#14abee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14abee Color Preview on White Background

Lorem ipsum dolor sit amet.

#14abee Color CSS Codes

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

#14abee Text Font Color

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

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


#14abee Background Color

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

This div background color is #14abee


#14abee Border Color

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

This div border color is #14abee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14abee


Comments

No comments written yet.

Please login to write comment.