Color Hex Logo

#14aceb Color Hex

#14ACEB
(20,172,235)
0 Favorites   0 Comments

Color spaces of #14aceb

RGB 20172235
HSL0.550.840.50
HSV198°91°92°
CMYK 0.910.270.00   0.08
XYZ30.036435.651983.8957
Yxy35.65190.20080.2383
Hunter Lab59.7092-14.6976-41.5102
CIE-Lab66.2531-13.9691-41.5381

#14aceb color RGB value is (20,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 11101011
Octal 24 254 353
Decimal 20 172 235
Hex 14 AC EB

RGB Percentages of Color #14aceb

%4.68
%40.28
%55.04

CMYK Percentages of Color #14aceb

%91
%27
%0
%8

Triadic Colors of #14aceb

#14aceb #eb14ac #aceb14

Analogous Colors of #14aceb

#14aceb #1441eb #14ebbf

Monochromatic Colors of #14aceb

#14aceb

Complementary Color

#14aceb #eb5314

#14aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aceb Color CSS Codes

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

#14aceb Text Font Color

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

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


#14aceb Background Color

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

This div background color is #14aceb


#14aceb Border Color

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

This div border color is #14aceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aceb


Comments

No comments written yet.

Please login to write comment.