Color Hex Logo

#13cbde Color Hex

#13CBDE
(19,203,222)
0 Favorites   0 Comments

Color spaces of #13cbde

RGB 19203222
HSL0.520.840.47
HSV186°91°87°
CMYK 0.910.090.00   0.13
XYZ34.809348.124276.5615
Yxy48.12420.21820.3017
Hunter Lab69.3716-31.8325-16.8749
CIE-Lab74.9032-34.0939-21.1174

#13cbde color RGB value is (19,203,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001011 11011110
Octal 23 313 336
Decimal 19 203 222
Hex 13 CB DE

RGB Percentages of Color #13cbde

%4.28
%45.72
%50.00

CMYK Percentages of Color #13cbde

%91
%9
%0
%13

Triadic Colors of #13cbde

#13cbde #de13cb #cbde13

Analogous Colors of #13cbde

#13cbde #1366de #13de8c

Monochromatic Colors of #13cbde

#13cbde

Complementary Color

#13cbde #de2613

#13cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cbde Color CSS Codes

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

#13cbde Text Font Color

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

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


#13cbde Background Color

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

This div background color is #13cbde


#13cbde Border Color

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

This div border color is #13cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cbde


Comments

No comments written yet.

Please login to write comment.