Color Hex Logo

#14aecc Color Hex

#14AECC
(20,174,204)
0 Favorites   0 Comments

Color spaces of #14aecc

RGB 20174204
HSL0.530.820.44
HSV190°90°80°
CMYK 0.900.150.00   0.20
XYZ26.323634.780562.4526
Yxy34.78050.21300.2815
Hunter Lab58.9750-23.5324-21.5037
CIE-Lab65.5774-25.7108-25.5222

#14aecc color RGB value is (20,174,204).

#14aecc hex color red value is 20, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #14aecc hue: 0.53 , saturation: 0.82 and the lightness value of 14aecc is 0.44.

The process color (four color CMYK) of #14aecc color hex is 0.90, 0.15, 0.00, 0.20. Web safe color of #14aecc is #0099cc. Color #14aecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101110 11001100
Octal 24 256 314
Decimal 20 174 204
Hex 14 AE CC

RGB Percentages of Color #14aecc

%5.03
%43.72
%51.26

CMYK Percentages of Color #14aecc

%90
%15
%0
%20

Triadic Colors of #14aecc

#14aecc #cc14ae #aecc14

Analogous Colors of #14aecc

#14aecc #1452cc #14cc8e

Monochromatic Colors of #14aecc

#14aecc

Complementary Color

#14aecc #cc3214

#14aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aecc Color CSS Codes

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

#14aecc Text Font Color

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

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


#14aecc Background Color

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

This div background color is #14aecc


#14aecc Border Color

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

This div border color is #14aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aecc


Comments

No comments written yet.

Please login to write comment.