Color Hex Logo

#14fdee Color Hex

#14FDEE
(20,253,238)
0 Favorites   0 Comments

Color spaces of #14fdee

RGB 20253238
HSL0.490.980.54
HSV176°92°99°
CMYK 0.920.000.06   0.01
XYZ50.846476.572392.9890
Yxy76.57230.23070.3474
Hunter Lab87.5056-49.4148-1.7514
CIE-Lab90.1244-51.5406-6.7793

#14fdee color RGB value is (20,253,238).

#14fdee hex color red value is 20, green value is 253 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #14fdee hue: 0.49 , saturation: 0.98 and the lightness value of 14fdee is 0.54.

The process color (four color CMYK) of #14fdee color hex is 0.92, 0.00, 0.06, 0.01. Web safe color of #14fdee is #00ffff. Color #14fdee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111101 11101110
Octal 24 375 356
Decimal 20 253 238
Hex 14 FD EE

RGB Percentages of Color #14fdee

%3.91
%49.51
%46.58

CMYK Percentages of Color #14fdee

%92
%0
%6
%1

Triadic Colors of #14fdee

#14fdee #ee14fd #fdee14

Analogous Colors of #14fdee

#14fdee #1498fd #14fd7a

Monochromatic Colors of #14fdee

#14fdee

Complementary Color

#14fdee #fd1423

#14fdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14fdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#14fdee Color CSS Codes

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

#14fdee Text Font Color

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

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


#14fdee Background Color

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

This div background color is #14fdee


#14fdee Border Color

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

This div border color is #14fdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14fdee


Comments

No comments written yet.

Please login to write comment.