Color Hex Logo

#19eedb Color Hex

#19EEDB
(25,238,219)
0 Favorites   0 Comments

Color spaces of #19eedb

RGB 25238219
HSL0.490.860.52
HSV175°89°93°
CMYK 0.890.000.08   0.07
XYZ43.761666.470277.5414
Yxy66.47020.23310.3540
Hunter Lab81.5293-46.86460.6805
CIE-Lab85.2357-50.2710-4.0583

#19eedb color RGB value is (25,238,219).

#19eedb hex color red value is 25, green value is 238 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #19eedb hue: 0.49 , saturation: 0.86 and the lightness value of 19eedb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11101110 11011011
Octal 31 356 333
Decimal 25 238 219
Hex 19 EE DB

RGB Percentages of Color #19eedb

%5.19
%49.38
%45.44

CMYK Percentages of Color #19eedb

%89
%0
%8
%7

Triadic Colors of #19eedb

#19eedb #db19ee #eedb19

Analogous Colors of #19eedb

#19eedb #1997ee #19ee71

Monochromatic Colors of #19eedb

#19eedb

Complementary Color

#19eedb #ee192c

#19eedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19eedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#19eedb Color CSS Codes

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

#19eedb Text Font Color

<p style="color:#19eedb">Text here</p>

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


#19eedb Background Color

<div style="background-color:#19eedb">
Div content here</div>

This div background color is #19eedb


#19eedb Border Color

<div style="border:3px solid #19eedb">
Div here</div>

This div border color is #19eedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19eedb


Comments

No comments written yet.

Please login to write comment.