Color Hex Logo

#13dfcb Color Hex

#13DFCB
(19,223,203)
0 Favorites   0 Comments

Color spaces of #13dfcb

RGB 19223203
HSL0.480.840.47
HSV174°91°87°
CMYK 0.910.000.09   0.13
XYZ37.435757.225665.5725
Yxy57.22560.23360.3571
Hunter Lab75.6476-44.04911.5598
CIE-Lab80.3063-48.6034-2.8498

#13dfcb color RGB value is (19,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011111 11001011
Octal 23 337 313
Decimal 19 223 203
Hex 13 DF CB

RGB Percentages of Color #13dfcb

%4.27
%50.11
%45.62

CMYK Percentages of Color #13dfcb

%91
%0
%9
%13

Triadic Colors of #13dfcb

#13dfcb #cb13df #dfcb13

Analogous Colors of #13dfcb

#13dfcb #138ddf #13df65

Monochromatic Colors of #13dfcb

#13dfcb

Complementary Color

#13dfcb #df1327

#13dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13dfcb Color CSS Codes

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

#13dfcb Text Font Color

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

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


#13dfcb Background Color

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

This div background color is #13dfcb


#13dfcb Border Color

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

This div border color is #13dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13dfcb


Comments

No comments written yet.

Please login to write comment.