Color Hex Logo

#13dfe5 Color Hex

#13DFE5
(19,223,229)
0 Favorites   0 Comments

Color spaces of #13dfe5

RGB 19223229
HSL0.500.850.49
HSV182°92°90°
CMYK 0.920.030.00   0.10
XYZ40.799158.570983.2837
Yxy58.57090.22340.3207
Hunter Lab76.5316-38.7718-10.9488
CIE-Lab81.0552-41.1681-15.5704

#13dfe5 color RGB value is (19,223,229).

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

The process color (four color CMYK) of #13dfe5 color hex is 0.92, 0.03, 0.00, 0.10. Web safe color of #13dfe5 is #00cccc. Color #13dfe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011111 11100101
Octal 23 337 345
Decimal 19 223 229
Hex 13 DF E5

RGB Percentages of Color #13dfe5

%4.03
%47.35
%48.62

CMYK Percentages of Color #13dfe5

%92
%3
%0
%10

Triadic Colors of #13dfe5

#13dfe5 #e513df #dfe513

Analogous Colors of #13dfe5

#13dfe5 #1376e5 #13e582

Monochromatic Colors of #13dfe5

#13dfe5

Complementary Color

#13dfe5 #e51913

#13dfe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dfe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dfe5 Color CSS Codes

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

#13dfe5 Text Font Color

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

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


#13dfe5 Background Color

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

This div background color is #13dfe5


#13dfe5 Border Color

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

This div border color is #13dfe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dfe5


Comments

No comments written yet.

Please login to write comment.