Color Hex Logo

#13daed Color Hex

#13DAED
(19,218,237)
0 Favorites   0 Comments

Color spaces of #13daed

RGB 19218237
HSL0.510.860.50
HSV185°92°93°
CMYK 0.920.080.00   0.07
XYZ40.626056.395788.8650
Yxy56.39570.21860.3034
Hunter Lab75.0971-34.8550-17.5920
CIE-Lab79.8385-36.4580-21.6659

#13daed color RGB value is (19,218,237).

#13daed hex color red value is 19, green value is 218 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #13daed hue: 0.51 , saturation: 0.86 and the lightness value of 13daed is 0.50.

The process color (four color CMYK) of #13daed color hex is 0.92, 0.08, 0.00, 0.07. Web safe color of #13daed is #00ccff. Color #13daed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011010 11101101
Octal 23 332 355
Decimal 19 218 237
Hex 13 DA ED

RGB Percentages of Color #13daed

%4.01
%45.99
%50.00

CMYK Percentages of Color #13daed

%92
%8
%0
%7

Triadic Colors of #13daed

#13daed #ed13da #daed13

Analogous Colors of #13daed

#13daed #136ded #13ed93

Monochromatic Colors of #13daed

#13daed

Complementary Color

#13daed #ed2613

#13daed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13daed Color Preview on White Background

Lorem ipsum dolor sit amet.

#13daed Color CSS Codes

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

#13daed Text Font Color

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

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


#13daed Background Color

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

This div background color is #13daed


#13daed Border Color

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

This div border color is #13daed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13daed


Comments

No comments written yet.

Please login to write comment.