Color Hex Logo

#19ecbd Color Hex

#19ECBD
(25,236,189)
0 Favorites   0 Comments

Color spaces of #19ecbd

RGB 25236189
HSL0.460.850.51
HSV167°89°93°
CMYK 0.890.000.20   0.07
XYZ39.581763.871758.3864
Yxy63.87170.24460.3947
Hunter Lab79.9198-51.454312.6288
CIE-Lab83.8989-57.21519.7543

#19ecbd color RGB value is (25,236,189).

#19ecbd hex color red value is 25, green value is 236 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #19ecbd hue: 0.46 , saturation: 0.85 and the lightness value of 19ecbd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00011001 11101100 10111101
Octal 31 354 275
Decimal 25 236 189
Hex 19 EC BD

RGB Percentages of Color #19ecbd

%5.56
%52.44
%42.00

CMYK Percentages of Color #19ecbd

%89
%0
%20
%7

Triadic Colors of #19ecbd

#19ecbd #bd19ec #ecbd19

Analogous Colors of #19ecbd

#19ecbd #19b2ec #19ec53

Monochromatic Colors of #19ecbd

#19ecbd

Complementary Color

#19ecbd #ec1948

#19ecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19ecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#19ecbd Color CSS Codes

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

#19ecbd Text Font Color

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

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


#19ecbd Background Color

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

This div background color is #19ecbd


#19ecbd Border Color

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

This div border color is #19ecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19ecbd


Comments

No comments written yet.

Please login to write comment.