Color Hex Logo

#14accd Color Hex

#14ACCD
(20,172,205)
0 Favorites   0 Comments

Color spaces of #14accd

RGB 20172205
HSL0.530.820.44
HSV191°90°80°
CMYK 0.900.160.00   0.20
XYZ26.060534.061562.9586
Yxy34.06150.21170.2767
Hunter Lab58.3622-22.4283-23.1059
CIE-Lab65.0114-24.3604-26.9457

#14accd color RGB value is (20,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 11001101
Octal 24 254 315
Decimal 20 172 205
Hex 14 AC CD

RGB Percentages of Color #14accd

%5.04
%43.32
%51.64

CMYK Percentages of Color #14accd

%90
%16
%0
%20

Triadic Colors of #14accd

#14accd #cd14ac #accd14

Analogous Colors of #14accd

#14accd #1450cd #14cd92

Monochromatic Colors of #14accd

#14accd

Complementary Color

#14accd #cd3514

#14accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14accd Color CSS Codes

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

#14accd Text Font Color

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

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


#14accd Background Color

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

This div background color is #14accd


#14accd Border Color

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

This div border color is #14accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14accd


Comments

No comments written yet.

Please login to write comment.