Color Hex Logo

#13bdbf Color Hex

#13BDBF
(19,189,191)
0 Favorites   0 Comments

Color spaces of #13bdbf

RGB 19189191
HSL0.500.820.41
HSV181°90°75°
CMYK 0.900.010.00   0.25
XYZ27.870140.295255.5991
Yxy40.29520.22520.3256
Hunter Lab63.4785-32.7173-7.4956
CIE-Lab69.6793-37.1298-12.1345

#13bdbf color RGB value is (19,189,191).

#13bdbf hex color red value is 19, green value is 189 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #13bdbf hue: 0.50 , saturation: 0.82 and the lightness value of 13bdbf is 0.41.

The process color (four color CMYK) of #13bdbf color hex is 0.90, 0.01, 0.00, 0.25. Web safe color of #13bdbf is #00cccc. Color #13bdbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111101 10111111
Octal 23 275 277
Decimal 19 189 191
Hex 13 BD BF

RGB Percentages of Color #13bdbf

%4.76
%47.37
%47.87

CMYK Percentages of Color #13bdbf

%90
%1
%0
%25

Triadic Colors of #13bdbf

#13bdbf #bf13bd #bdbf13

Analogous Colors of #13bdbf

#13bdbf #1367bf #13bf6b

Monochromatic Colors of #13bdbf

#13bdbf

Complementary Color

#13bdbf #bf1513

#13bdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bdbf Color CSS Codes

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

#13bdbf Text Font Color

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

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


#13bdbf Background Color

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

This div background color is #13bdbf


#13bdbf Border Color

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

This div border color is #13bdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bdbf


Comments

No comments written yet.

Please login to write comment.