Color Hex Logo

#13debc Color Hex

#13DEBC
(19,222,188)
0 Favorites   0 Comments

Color spaces of #13debc

RGB 19222188
HSL0.470.840.47
HSV170°91°87°
CMYK 0.910.000.15   0.13
XYZ35.466956.011856.5190
Yxy56.01180.23960.3785
Hunter Lab74.8410-46.38137.6137
CIE-Lab79.6205-52.18864.1289

#13debc color RGB value is (19,222,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11011110 10111100
Octal 23 336 274
Decimal 19 222 188
Hex 13 DE BC

RGB Percentages of Color #13debc

%4.43
%51.75
%43.82

CMYK Percentages of Color #13debc

%91
%0
%15
%13

Triadic Colors of #13debc

#13debc #bc13de #debc13

Analogous Colors of #13debc

#13debc #139bde #13de57

Monochromatic Colors of #13debc

#13debc

Complementary Color

#13debc #de1335

#13debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13debc Color CSS Codes

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

#13debc Text Font Color

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

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


#13debc Background Color

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

This div background color is #13debc


#13debc Border Color

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

This div border color is #13debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13debc


Comments

No comments written yet.

Please login to write comment.