Color Hex Logo

#13eecb Color Hex

#13EECB
(19,238,203)
0 Favorites   0 Comments

Color spaces of #13eecb

RGB 19238203
HSL0.470.870.50
HSV170°92°93°
CMYK 0.920.000.15   0.07
XYZ41.622665.599366.9681
Yxy65.59930.23890.3766
Hunter Lab80.9934-50.00717.6724
CIE-Lab84.7916-54.75273.6937

#13eecb color RGB value is (19,238,203).

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

The process color (four color CMYK) of #13eecb color hex is 0.92, 0.00, 0.15, 0.07. Web safe color of #13eecb is #00ffcc. Color #13eecb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101110 11001011
Octal 23 356 313
Decimal 19 238 203
Hex 13 EE CB

RGB Percentages of Color #13eecb

%4.13
%51.74
%44.13

CMYK Percentages of Color #13eecb

%92
%0
%15
%7

Triadic Colors of #13eecb

#13eecb #cb13ee #eecb13

Analogous Colors of #13eecb

#13eecb #13a4ee #13ee5d

Monochromatic Colors of #13eecb

#13eecb

Complementary Color

#13eecb #ee1336

#13eecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eecb Color CSS Codes

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

#13eecb Text Font Color

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

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


#13eecb Background Color

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

This div background color is #13eecb


#13eecb Border Color

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

This div border color is #13eecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eecb


Comments

No comments written yet.

Please login to write comment.