Color Hex Logo

#13cdde Color Hex

#13CDDE
(19,205,222)
0 Favorites   0 Comments

Color spaces of #13cdde

RGB 19205222
HSL0.510.840.47
HSV185°91°87°
CMYK 0.910.080.00   0.13
XYZ35.284749.075076.7200
Yxy49.07500.21910.3047
Hunter Lab70.0536-32.6865-15.8947
CIE-Lab75.4980-35.0364-20.2146

#13cdde color RGB value is (19,205,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001101 11011110
Octal 23 315 336
Decimal 19 205 222
Hex 13 CD DE

RGB Percentages of Color #13cdde

%4.26
%45.96
%49.78

CMYK Percentages of Color #13cdde

%91
%8
%0
%13

Triadic Colors of #13cdde

#13cdde #de13cd #cdde13

Analogous Colors of #13cdde

#13cdde #1368de #13de8a

Monochromatic Colors of #13cdde

#13cdde

Complementary Color

#13cdde #de2413

#13cdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cdde Color CSS Codes

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

#13cdde Text Font Color

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

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


#13cdde Background Color

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

This div background color is #13cdde


#13cdde Border Color

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

This div border color is #13cdde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,205,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 #13cdde">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cdde


Comments

No comments written yet.

Please login to write comment.