Color Hex Logo

#13cfdc Color Hex

#13CFDC
(19,207,220)
0 Favorites   0 Comments

Color spaces of #13cfdc

RGB 19207220
HSL0.510.840.47
HSV184°91°86°
CMYK 0.910.060.00   0.14
XYZ35.499649.931475.4768
Yxy49.93140.22060.3103
Hunter Lab70.6622-33.9831-13.8663
CIE-Lab76.0271-36.5892-18.3357

#13cfdc color RGB value is (19,207,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001111 11011100
Octal 23 317 334
Decimal 19 207 220
Hex 13 CF DC

RGB Percentages of Color #13cfdc

%4.26
%46.41
%49.33

CMYK Percentages of Color #13cfdc

%91
%6
%0
%14

Triadic Colors of #13cfdc

#13cfdc #dc13cf #cfdc13

Analogous Colors of #13cfdc

#13cfdc #136bdc #13dc85

Monochromatic Colors of #13cfdc

#13cfdc

Complementary Color

#13cfdc #dc2013

#13cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cfdc Color CSS Codes

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

#13cfdc Text Font Color

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

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


#13cfdc Background Color

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

This div background color is #13cfdc


#13cfdc Border Color

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

This div border color is #13cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cfdc


Comments

No comments written yet.

Please login to write comment.