Color Hex Logo

#14acea Color Hex

#14ACEA
(20,172,234)
0 Favorites   0 Comments

Color spaces of #14acea

RGB 20172234
HSL0.550.840.50
HSV197°91°92°
CMYK 0.910.260.00   0.08
XYZ29.892335.594383.1368
Yxy35.59430.20110.2395
Hunter Lab59.6610-14.9717-40.8572
CIE-Lab66.2088-14.3236-41.0600

#14acea color RGB value is (20,172,234).

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

The process color (four color CMYK) of #14acea color hex is 0.91, 0.26, 0.00, 0.08. Web safe color of #14acea is #0099ff. Color #14acea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 11101010
Octal 24 254 352
Decimal 20 172 234
Hex 14 AC EA

RGB Percentages of Color #14acea

%4.69
%40.38
%54.93

CMYK Percentages of Color #14acea

%91
%26
%0
%8

Triadic Colors of #14acea

#14acea #ea14ac #acea14

Analogous Colors of #14acea

#14acea #1441ea #14eabd

Monochromatic Colors of #14acea

#14acea

Complementary Color

#14acea #ea5214

#14acea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14acea Color Preview on White Background

Lorem ipsum dolor sit amet.

#14acea Color CSS Codes

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

#14acea Text Font Color

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

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


#14acea Background Color

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

This div background color is #14acea


#14acea Border Color

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

This div border color is #14acea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14acea


Comments

No comments written yet.

Please login to write comment.