Color Hex Logo

#14daeb Color Hex

#14DAEB
(20,218,235)
0 Favorites   0 Comments

Color spaces of #14daeb

RGB 20218235
HSL0.510.840.50
HSV185°91°92°
CMYK 0.910.070.00   0.08
XYZ40.355356.289787.3353
Yxy56.28970.21930.3060
Hunter Lab75.0265-35.2846-16.4986
CIE-Lab79.7784-37.0375-20.6908

#14daeb color RGB value is (20,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 11101011
Octal 24 332 353
Decimal 20 218 235
Hex 14 DA EB

RGB Percentages of Color #14daeb

%4.23
%46.09
%49.68

CMYK Percentages of Color #14daeb

%91
%7
%0
%8

Triadic Colors of #14daeb

#14daeb #eb14da #daeb14

Analogous Colors of #14daeb

#14daeb #146feb #14eb91

Monochromatic Colors of #14daeb

#14daeb

Complementary Color

#14daeb #eb2514

#14daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14daeb Color CSS Codes

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

#14daeb Text Font Color

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

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


#14daeb Background Color

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

This div background color is #14daeb


#14daeb Border Color

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

This div border color is #14daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14daeb


Comments

No comments written yet.

Please login to write comment.