Color Hex Logo

#14ddee Color Hex

#14DDEE
(20,221,238)
0 Favorites   0 Comments

Color spaces of #14ddee

RGB 20221238
HSL0.510.870.51
HSV185°92°93°
CMYK 0.920.070.00   0.07
XYZ41.577658.034789.8994
Yxy58.03470.21940.3062
Hunter Lab76.1805-35.8946-16.6408
CIE-Lab80.7581-37.5037-20.8028

#14ddee color RGB value is (20,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 11101110
Octal 24 335 356
Decimal 20 221 238
Hex 14 DD EE

RGB Percentages of Color #14ddee

%4.18
%46.14
%49.69

CMYK Percentages of Color #14ddee

%92
%7
%0
%7

Triadic Colors of #14ddee

#14ddee #ee14dd #ddee14

Analogous Colors of #14ddee

#14ddee #1470ee #14ee92

Monochromatic Colors of #14ddee

#14ddee

Complementary Color

#14ddee #ee2514

#14ddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ddee Color CSS Codes

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

#14ddee Text Font Color

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

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


#14ddee Background Color

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

This div background color is #14ddee


#14ddee Border Color

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

This div border color is #14ddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ddee

#14ddee Color Palettes


Comments

No comments written yet.

Please login to write comment.