Color Hex Logo

#13caaf Color Hex

#13CAAF
(19,202,175)
0 Favorites   0 Comments

Color spaces of #13caaf

RGB 19202175
HSL0.480.830.43
HSV171°91°79°
CMYK 0.910.000.13   0.21
XYZ29.127045.474747.7998
Yxy45.47470.23800.3715
Hunter Lab67.4349-40.91215.1780
CIE-Lab73.2034-47.39961.7960

#13caaf color RGB value is (19,202,175).

#13caaf hex color red value is 19, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #13caaf hue: 0.48 , saturation: 0.83 and the lightness value of 13caaf is 0.43.

The process color (four color CMYK) of #13caaf color hex is 0.91, 0.00, 0.13, 0.21. Web safe color of #13caaf is #00cc99. Color #13caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001010 10101111
Octal 23 312 257
Decimal 19 202 175
Hex 13 CA AF

RGB Percentages of Color #13caaf

%4.80
%51.01
%44.19

CMYK Percentages of Color #13caaf

%91
%0
%13
%21

Triadic Colors of #13caaf

#13caaf #af13ca #caaf13

Analogous Colors of #13caaf

#13caaf #138aca #13ca54

Monochromatic Colors of #13caaf

#13caaf

Complementary Color

#13caaf #ca132e

#13caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13caaf Color CSS Codes

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

#13caaf Text Font Color

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

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


#13caaf Background Color

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

This div background color is #13caaf


#13caaf Border Color

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

This div border color is #13caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13caaf


Comments

No comments written yet.

Please login to write comment.