Color Hex Logo

#13eeda Color Hex

#13EEDA
(19,238,218)
0 Favorites   0 Comments

Color spaces of #13eeda

RGB 19238218
HSL0.480.870.50
HSV175°92°93°
CMYK 0.920.000.08   0.07
XYZ43.498066.349576.8438
Yxy66.34950.23300.3554
Hunter Lab81.4552-47.22561.0852
CIE-Lab85.1744-50.7835-3.6268

#13eeda color RGB value is (19,238,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 11101110 11011010
Octal 23 356 332
Decimal 19 238 218
Hex 13 EE DA

RGB Percentages of Color #13eeda

%4.00
%50.11
%45.89

CMYK Percentages of Color #13eeda

%92
%0
%8
%7

Triadic Colors of #13eeda

#13eeda #da13ee #eeda13

Analogous Colors of #13eeda

#13eeda #1395ee #13ee6d

Monochromatic Colors of #13eeda

#13eeda

Complementary Color

#13eeda #ee1327

#13eeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13eeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#13eeda Color CSS Codes

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

#13eeda Text Font Color

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

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


#13eeda Background Color

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

This div background color is #13eeda


#13eeda Border Color

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

This div border color is #13eeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13eeda


Comments

No comments written yet.

Please login to write comment.