Color Hex Logo

#14adeb Color Hex

#14ADEB
(20,173,235)
0 Favorites   0 Comments

Color spaces of #14adeb

RGB 20173235
HSL0.550.840.50
HSV197°91°92°
CMYK 0.910.260.00   0.08
XYZ30.227536.034083.9594
Yxy36.03400.20120.2399
Hunter Lab60.0283-15.1652-40.9069
CIE-Lab66.5459-14.5104-41.0797

#14adeb color RGB value is (20,173,235).

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

The process color (four color CMYK) of #14adeb color hex is 0.91, 0.26, 0.00, 0.08. Web safe color of #14adeb is #0099ff. Color #14adeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 11101011
Octal 24 255 353
Decimal 20 173 235
Hex 14 AD EB

RGB Percentages of Color #14adeb

%4.67
%40.42
%54.91

CMYK Percentages of Color #14adeb

%91
%26
%0
%8

Triadic Colors of #14adeb

#14adeb #eb14ad #adeb14

Analogous Colors of #14adeb

#14adeb #1442eb #14ebbe

Monochromatic Colors of #14adeb

#14adeb

Complementary Color

#14adeb #eb5214

#14adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adeb Color CSS Codes

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

#14adeb Text Font Color

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

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


#14adeb Background Color

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

This div background color is #14adeb


#14adeb Border Color

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

This div border color is #14adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adeb


Comments

No comments written yet.

Please login to write comment.