Color Hex Logo

#13cedd Color Hex

#13CEDD
(19,206,221)
0 Favorites   0 Comments

Color spaces of #13cedd

RGB 19206221
HSL0.510.840.47
HSV184°91°87°
CMYK 0.910.070.00   0.13
XYZ35.391049.501576.0961
Yxy49.50150.21980.3075
Hunter Lab70.3573-33.3365-14.8760
CIE-Lab75.7623-35.8151-19.2752

#13cedd color RGB value is (19,206,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11001110 11011101
Octal 23 316 335
Decimal 19 206 221
Hex 13 CE DD

RGB Percentages of Color #13cedd

%4.26
%46.19
%49.55

CMYK Percentages of Color #13cedd

%91
%7
%0
%13

Triadic Colors of #13cedd

#13cedd #dd13ce #cedd13

Analogous Colors of #13cedd

#13cedd #1369dd #13dd87

Monochromatic Colors of #13cedd

#13cedd

Complementary Color

#13cedd #dd2213

#13cedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13cedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#13cedd Color CSS Codes

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

#13cedd Text Font Color

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

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


#13cedd Background Color

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

This div background color is #13cedd


#13cedd Border Color

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

This div border color is #13cedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13cedd


Comments

No comments written yet.

Please login to write comment.