Color Hex Logo

#14accb Color Hex

#14ACCB
(20,172,203)
0 Favorites   0 Comments

Color spaces of #14accb

RGB 20172203
HSL0.530.820.44
HSV190°90°80°
CMYK 0.900.150.00   0.20
XYZ25.820533.965661.6950
Yxy33.96560.21250.2796
Hunter Lab58.2800-22.9070-21.9682
CIE-Lab64.9353-25.0326-25.9547

#14accb color RGB value is (20,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 11001011
Octal 24 254 313
Decimal 20 172 203
Hex 14 AC CB

RGB Percentages of Color #14accb

%5.06
%43.54
%51.39

CMYK Percentages of Color #14accb

%90
%15
%0
%20

Triadic Colors of #14accb

#14accb #cb14ac #accb14

Analogous Colors of #14accb

#14accb #1451cb #14cb8f

Monochromatic Colors of #14accb

#14accb

Complementary Color

#14accb #cb3314

#14accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14accb Color CSS Codes

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

#14accb Text Font Color

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

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


#14accb Background Color

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

This div background color is #14accb


#14accb Border Color

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

This div border color is #14accb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14accb


Comments

No comments written yet.

Please login to write comment.