Color Hex Logo

#13efde Color Hex

#13EFDE
(19,239,222)
0 Favorites   0 Comments

Color spaces of #13efde

RGB 19239222
HSL0.490.870.51
HSV175°92°94°
CMYK 0.920.000.07   0.06
XYZ44.319967.145479.7317
Yxy67.14540.23180.3512
Hunter Lab81.9423-46.8542-0.3309
CIE-Lab85.5773-50.1086-5.1354

#13efde color RGB value is (19,239,222).

#13efde hex color red value is 19, green value is 239 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #13efde hue: 0.49 , saturation: 0.87 and the lightness value of 13efde is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101111 11011110
Octal 23 357 336
Decimal 19 239 222
Hex 13 EF DE

RGB Percentages of Color #13efde

%3.96
%49.79
%46.25

CMYK Percentages of Color #13efde

%92
%0
%7
%6

Triadic Colors of #13efde

#13efde #de13ef #efde13

Analogous Colors of #13efde

#13efde #1392ef #13ef70

Monochromatic Colors of #13efde

#13efde

Complementary Color

#13efde #ef1324

#13efde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13efde Color Preview on White Background

Lorem ipsum dolor sit amet.

#13efde Color CSS Codes

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

#13efde Text Font Color

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

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


#13efde Background Color

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

This div background color is #13efde


#13efde Border Color

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

This div border color is #13efde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13efde


Comments

No comments written yet.

Please login to write comment.