Color Hex Logo

#13ebca Color Hex

#13EBCA
(19,235,202)
0 Favorites   0 Comments

Color spaces of #13ebca

RGB 19235202
HSL0.470.850.50
HSV171°92°92°
CMYK 0.920.000.14   0.08
XYZ40.637663.819466.0537
Yxy63.81940.23830.3743
Hunter Lab79.8870-49.00156.8977
CIE-Lab83.8717-53.80652.8852

#13ebca color RGB value is (19,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101011 11001010
Octal 23 353 312
Decimal 19 235 202
Hex 13 EB CA

RGB Percentages of Color #13ebca

%4.17
%51.54
%44.30

CMYK Percentages of Color #13ebca

%92
%0
%14
%8

Triadic Colors of #13ebca

#13ebca #ca13eb #ebca13

Analogous Colors of #13ebca

#13ebca #13a0eb #13eb5e

Monochromatic Colors of #13ebca

#13ebca

Complementary Color

#13ebca #eb1334

#13ebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13ebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#13ebca Color CSS Codes

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

#13ebca Text Font Color

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

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


#13ebca Background Color

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

This div background color is #13ebca


#13ebca Border Color

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

This div border color is #13ebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13ebca


Comments

No comments written yet.

Please login to write comment.