Color Hex Logo

#13ebcc Color Hex

#13EBCC
(19,235,204)
0 Favorites   0 Comments

Color spaces of #13ebcc

RGB 19235204
HSL0.480.850.50
HSV171°92°92°
CMYK 0.920.000.13   0.08
XYZ40.876063.914767.3091
Yxy63.91470.23750.3714
Hunter Lab79.9467-48.64136.0449
CIE-Lab83.9213-53.28551.9050

#13ebcc color RGB value is (19,235,204).

#13ebcc hex color red value is 19, green value is 235 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #13ebcc hue: 0.48 , saturation: 0.85 and the lightness value of 13ebcc is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 11001100
Octal 23 353 314
Decimal 19 235 204
Hex 13 EB CC

RGB Percentages of Color #13ebcc

%4.15
%51.31
%44.54

CMYK Percentages of Color #13ebcc

%92
%0
%13
%8

Triadic Colors of #13ebcc

#13ebcc #cc13eb #ebcc13

Analogous Colors of #13ebcc

#13ebcc #139eeb #13eb60

Monochromatic Colors of #13ebcc

#13ebcc

Complementary Color

#13ebcc #eb1332

#13ebcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebcc Color CSS Codes

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

#13ebcc Text Font Color

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

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


#13ebcc Background Color

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

This div background color is #13ebcc


#13ebcc Border Color

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

This div border color is #13ebcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebcc


Comments

No comments written yet.

Please login to write comment.