Color Hex Logo

#13aeda Color Hex

#13AEDA
(19,174,218)
0 Favorites   0 Comments

Color spaces of #13aeda

RGB 19174218
HSL0.540.840.46
HSV193°91°85°
CMYK 0.910.200.00   0.15
XYZ28.059535.472571.6977
Yxy35.47250.20750.2623
Hunter Lab59.5588-20.1325-29.6830
CIE-Lab66.1149-21.0154-32.4209

#13aeda color RGB value is (19,174,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10101110 11011010
Octal 23 256 332
Decimal 19 174 218
Hex 13 AE DA

RGB Percentages of Color #13aeda

%4.62
%42.34
%53.04

CMYK Percentages of Color #13aeda

%91
%20
%0
%15

Triadic Colors of #13aeda

#13aeda #da13ae #aeda13

Analogous Colors of #13aeda

#13aeda #134bda #13daa3

Monochromatic Colors of #13aeda

#13aeda

Complementary Color

#13aeda #da3f13

#13aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#13aeda Color CSS Codes

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

#13aeda Text Font Color

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

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


#13aeda Background Color

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

This div background color is #13aeda


#13aeda Border Color

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

This div border color is #13aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13aeda


Comments

No comments written yet.

Please login to write comment.