Color Hex Logo

#13dfca Color Hex

#13DFCA
(19,223,202)
0 Favorites   0 Comments

Color spaces of #13dfca

RGB 19223202
HSL0.480.840.47
HSV174°91°87°
CMYK 0.910.000.09   0.13
XYZ37.316957.178164.9468
Yxy57.17810.23400.3586
Hunter Lab75.6162-44.23792.0071
CIE-Lab80.2797-48.8766-2.3568

#13dfca color RGB value is (19,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011111 11001010
Octal 23 337 312
Decimal 19 223 202
Hex 13 DF CA

RGB Percentages of Color #13dfca

%4.28
%50.23
%45.50

CMYK Percentages of Color #13dfca

%91
%0
%9
%13

Triadic Colors of #13dfca

#13dfca #ca13df #dfca13

Analogous Colors of #13dfca

#13dfca #138edf #13df64

Monochromatic Colors of #13dfca

#13dfca

Complementary Color

#13dfca #df1328

#13dfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dfca Color CSS Codes

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

#13dfca Text Font Color

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

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


#13dfca Background Color

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

This div background color is #13dfca


#13dfca Border Color

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

This div border color is #13dfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dfca


Comments

No comments written yet.

Please login to write comment.