Color Hex Logo

#13cadd Color Hex

#13CADD
(19,202,221)
0 Favorites   0 Comments

Color spaces of #13cadd

RGB 19202221
HSL0.520.840.47
HSV186°91°87°
CMYK 0.910.090.00   0.13
XYZ34.440247.600075.7791
Yxy47.60000.21820.3016
Hunter Lab68.9928-31.6327-16.8270
CIE-Lab74.5719-33.9349-21.0807

#13cadd color RGB value is (19,202,221).

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

The process color (four color CMYK) of #13cadd color hex is 0.91, 0.09, 0.00, 0.13. Web safe color of #13cadd is #00cccc. Color #13cadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001010 11011101
Octal 23 312 335
Decimal 19 202 221
Hex 13 CA DD

RGB Percentages of Color #13cadd

%4.30
%45.70
%50.00

CMYK Percentages of Color #13cadd

%91
%9
%0
%13

Triadic Colors of #13cadd

#13cadd #dd13ca #cadd13

Analogous Colors of #13cadd

#13cadd #1365dd #13dd8b

Monochromatic Colors of #13cadd

#13cadd

Complementary Color

#13cadd #dd2613

#13cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cadd Color CSS Codes

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

#13cadd Text Font Color

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

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


#13cadd Background Color

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

This div background color is #13cadd


#13cadd Border Color

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

This div border color is #13cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cadd


Comments

No comments written yet.

Please login to write comment.