Color Hex Logo

#13acde Color Hex

#13ACDE
(19,172,222)
0 Favorites   0 Comments

Color spaces of #13acde

RGB 19172222
HSL0.540.840.47
HSV195°91°87°
CMYK 0.910.230.00   0.13
XYZ28.205934.917474.3604
Yxy34.91740.20520.2540
Hunter Lab59.0909-18.2057-33.2472
CIE-Lab65.6843-18.5814-35.2912

#13acde color RGB value is (19,172,222).

#13acde hex color red value is 19, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #13acde hue: 0.54 , saturation: 0.84 and the lightness value of 13acde is 0.47.

The process color (four color CMYK) of #13acde color hex is 0.91, 0.23, 0.00, 0.13. Web safe color of #13acde is #0099cc. Color #13acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101100 11011110
Octal 23 254 336
Decimal 19 172 222
Hex 13 AC DE

RGB Percentages of Color #13acde

%4.60
%41.65
%53.75

CMYK Percentages of Color #13acde

%91
%23
%0
%13

Triadic Colors of #13acde

#13acde #de13ac #acde13

Analogous Colors of #13acde

#13acde #1347de #13deab

Monochromatic Colors of #13acde

#13acde

Complementary Color

#13acde #de4513

#13acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#13acde Color CSS Codes

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

#13acde Text Font Color

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

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


#13acde Background Color

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

This div background color is #13acde


#13acde Border Color

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

This div border color is #13acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13acde


Comments

No comments written yet.

Please login to write comment.