Color Hex Logo

#13cbda Color Hex

#13CBDA
(19,203,218)
0 Favorites   0 Comments

Color spaces of #13cbda

RGB 19203218
HSL0.510.840.46
HSV185°91°85°
CMYK 0.910.070.00   0.15
XYZ34.279447.912373.7709
Yxy47.91230.21980.3072
Hunter Lab69.2187-32.7336-14.7361
CIE-Lab74.7696-35.3425-19.1602

#13cbda color RGB value is (19,203,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001011 11011010
Octal 23 313 332
Decimal 19 203 218
Hex 13 CB DA

RGB Percentages of Color #13cbda

%4.32
%46.14
%49.55

CMYK Percentages of Color #13cbda

%91
%7
%0
%15

Triadic Colors of #13cbda

#13cbda #da13cb #cbda13

Analogous Colors of #13cbda

#13cbda #1368da #13da86

Monochromatic Colors of #13cbda

#13cbda

Complementary Color

#13cbda #da2213

#13cbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cbda Color CSS Codes

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

#13cbda Text Font Color

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

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


#13cbda Background Color

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

This div background color is #13cbda


#13cbda Border Color

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

This div border color is #13cbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cbda


Comments

No comments written yet.

Please login to write comment.