Color Hex Logo

#13bfdf Color Hex

#13BFDF
(19,191,223)
0 Favorites   0 Comments

Color spaces of #13bfdf

RGB 19191223
HSL0.530.840.47
HSV189°91°87°
CMYK 0.910.140.00   0.13
XYZ32.218642.727876.3612
Yxy42.72780.21290.2824
Hunter Lab65.3665-26.4102-23.5061
CIE-Lab71.3698-27.9684-27.0542

#13bfdf color RGB value is (19,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111111 11011111
Octal 23 277 337
Decimal 19 191 223
Hex 13 BF DF

RGB Percentages of Color #13bfdf

%4.39
%44.11
%51.50

CMYK Percentages of Color #13bfdf

%91
%14
%0
%13

Triadic Colors of #13bfdf

#13bfdf #df13bf #bfdf13

Analogous Colors of #13bfdf

#13bfdf #1359df #13df99

Monochromatic Colors of #13bfdf

#13bfdf

Complementary Color

#13bfdf #df3313

#13bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bfdf Color CSS Codes

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

#13bfdf Text Font Color

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

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


#13bfdf Background Color

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

This div background color is #13bfdf


#13bfdf Border Color

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

This div border color is #13bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bfdf


Comments

No comments written yet.

Please login to write comment.