Color Hex Logo

#14ddfe Color Hex

#14DDFE
(20,221,254)
0 Favorites   0 Comments

Color spaces of #14ddfe

RGB 20221254
HSL0.520.990.54
HSV188°92°100°
CMYK 0.920.130.00   0.00
XYZ44.034359.0174102.8366
Yxy59.01740.21390.2866
Hunter Lab76.8228-32.1249-25.5909
CIE-Lab81.3012-32.5115-28.4666

#14ddfe color RGB value is (20,221,254).

#14ddfe hex color red value is 20, green value is 221 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #14ddfe hue: 0.52 , saturation: 0.99 and the lightness value of 14ddfe is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011101 11111110
Octal 24 335 376
Decimal 20 221 254
Hex 14 DD FE

RGB Percentages of Color #14ddfe

%4.04
%44.65
%51.31

CMYK Percentages of Color #14ddfe

%92
%13
%0
%0

Triadic Colors of #14ddfe

#14ddfe #fe14dd #ddfe14

Analogous Colors of #14ddfe

#14ddfe #1468fe #14feaa

Monochromatic Colors of #14ddfe

#14ddfe

Complementary Color

#14ddfe #fe3514

#14ddfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14ddfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#14ddfe Color CSS Codes

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

#14ddfe Text Font Color

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

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


#14ddfe Background Color

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

This div background color is #14ddfe


#14ddfe Border Color

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

This div border color is #14ddfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14ddfe

Related Colors


Comments

No comments written yet.

Please login to write comment.