Color Hex Logo

#13aceb Color Hex

#13ACEB
(19,172,235)
0 Favorites   0 Comments

Color spaces of #13aceb

RGB 19172235
HSL0.550.850.50
HSV198°92°92°
CMYK 0.920.270.00   0.08
XYZ30.016535.641783.8948
Yxy35.64170.20070.2383
Hunter Lab59.7007-14.7294-41.5272
CIE-Lab66.2452-14.0105-41.5510

#13aceb color RGB value is (19,172,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101100 11101011
Octal 23 254 353
Decimal 19 172 235
Hex 13 AC EB

RGB Percentages of Color #13aceb

%4.46
%40.38
%55.16

CMYK Percentages of Color #13aceb

%92
%27
%0
%8

Triadic Colors of #13aceb

#13aceb #eb13ac #aceb13

Analogous Colors of #13aceb

#13aceb #1340eb #13ebbe

Monochromatic Colors of #13aceb

#13aceb

Complementary Color

#13aceb #eb5213

#13aceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aceb Color CSS Codes

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

#13aceb Text Font Color

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

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


#13aceb Background Color

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

This div background color is #13aceb


#13aceb Border Color

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

This div border color is #13aceb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,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 #13aceb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aceb


Comments

No comments written yet.

Please login to write comment.