Color Hex Logo

#14dfed Color Hex

#14DFED
(20,223,237)
0 Favorites   0 Comments

Color spaces of #14dfed

RGB 20223237
HSL0.510.860.50
HSV184°92°93°
CMYK 0.920.060.00   0.07
XYZ41.962259.038589.3047
Yxy59.03850.22050.3102
Hunter Lab76.8365-36.9809-15.1254
CIE-Lab81.3128-38.7278-19.4318

#14dfed color RGB value is (20,223,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011111 11101101
Octal 24 337 355
Decimal 20 223 237
Hex 14 DF ED

RGB Percentages of Color #14dfed

%4.17
%46.46
%49.38

CMYK Percentages of Color #14dfed

%92
%6
%0
%7

Triadic Colors of #14dfed

#14dfed #ed14df #dfed14

Analogous Colors of #14dfed

#14dfed #1473ed #14ed8f

Monochromatic Colors of #14dfed

#14dfed

Complementary Color

#14dfed #ed2214

#14dfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dfed Color CSS Codes

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

#14dfed Text Font Color

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

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


#14dfed Background Color

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

This div background color is #14dfed


#14dfed Border Color

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

This div border color is #14dfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dfed


Comments

No comments written yet.

Please login to write comment.