Color Hex Logo

#13bdcf Color Hex

#13BDCF
(19,189,207)
0 Favorites   0 Comments

Color spaces of #13bdcf

RGB 19189207
HSL0.520.830.44
HSV186°91°81°
CMYK 0.910.090.00   0.19
XYZ29.728641.038665.3859
Yxy41.03860.21830.3014
Hunter Lab64.0614-29.2719-15.6729
CIE-Lab70.2030-32.1617-20.1090

#13bdcf color RGB value is (19,189,207).

#13bdcf hex color red value is 19, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #13bdcf hue: 0.52 , saturation: 0.83 and the lightness value of 13bdcf is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 10111101 11001111
Octal 23 275 317
Decimal 19 189 207
Hex 13 BD CF

RGB Percentages of Color #13bdcf

%4.58
%45.54
%49.88

CMYK Percentages of Color #13bdcf

%91
%9
%0
%19

Triadic Colors of #13bdcf

#13bdcf #cf13bd #bdcf13

Analogous Colors of #13bdcf

#13bdcf #135fcf #13cf83

Monochromatic Colors of #13bdcf

#13bdcf

Complementary Color

#13bdcf #cf2513

#13bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13bdcf Color CSS Codes

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

#13bdcf Text Font Color

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

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


#13bdcf Background Color

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

This div background color is #13bdcf


#13bdcf Border Color

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

This div border color is #13bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13bdcf


Comments

No comments written yet.

Please login to write comment.