Color Hex Logo

#14dfe4 Color Hex

#14DFE4
(20,223,228)
0 Favorites   0 Comments

Color spaces of #14dfe4

RGB 20223228
HSL0.500.840.49
HSV181°91°89°
CMYK 0.910.020.00   0.11
XYZ40.679858.525582.5513
Yxy58.52550.22380.3220
Hunter Lab76.5020-38.9613-10.4269
CIE-Lab81.0301-41.4280-15.0759

#14dfe4 color RGB value is (20,223,228).

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

The process color (four color CMYK) of #14dfe4 color hex is 0.91, 0.02, 0.00, 0.11. Web safe color of #14dfe4 is #00cccc. Color #14dfe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011111 11100100
Octal 24 337 344
Decimal 20 223 228
Hex 14 DF E4

RGB Percentages of Color #14dfe4

%4.25
%47.35
%48.41

CMYK Percentages of Color #14dfe4

%91
%2
%0
%11

Triadic Colors of #14dfe4

#14dfe4 #e414df #dfe414

Analogous Colors of #14dfe4

#14dfe4 #1477e4 #14e481

Monochromatic Colors of #14dfe4

#14dfe4

Complementary Color

#14dfe4 #e41914

#14dfe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14dfe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14dfe4 Color CSS Codes

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

#14dfe4 Text Font Color

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

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


#14dfe4 Background Color

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

This div background color is #14dfe4


#14dfe4 Border Color

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

This div border color is #14dfe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14dfe4


Comments

No comments written yet.

Please login to write comment.