Color Hex Logo

#13eecf Color Hex

#13EECF
(19,238,207)
0 Favorites   0 Comments

Color spaces of #13eecf

RGB 19238207
HSL0.480.870.50
HSV172°92°93°
CMYK 0.920.000.13   0.07
XYZ42.105665.792569.5115
Yxy65.79250.23730.3709
Hunter Lab81.1126-49.28755.9687
CIE-Lab84.8905-53.71581.7376

#13eecf color RGB value is (19,238,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101110 11001111
Octal 23 356 317
Decimal 19 238 207
Hex 13 EE CF

RGB Percentages of Color #13eecf

%4.09
%51.29
%44.61

CMYK Percentages of Color #13eecf

%92
%0
%13
%7

Triadic Colors of #13eecf

#13eecf #cf13ee #eecf13

Analogous Colors of #13eecf

#13eecf #13a0ee #13ee62

Monochromatic Colors of #13eecf

#13eecf

Complementary Color

#13eecf #ee1332

#13eecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eecf Color CSS Codes

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

#13eecf Text Font Color

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

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


#13eecf Background Color

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

This div background color is #13eecf


#13eecf Border Color

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

This div border color is #13eecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eecf


Comments

No comments written yet.

Please login to write comment.