Color Hex Logo

#19bcae Color Hex

#19BCAE
(25,188,174)
0 Favorites   0 Comments

Color spaces of #19bcae

RGB 25188174
HSL0.490.770.42
HSV175°87°74°
CMYK 0.870.000.07   0.26
XYZ26.024139.229146.2448
Yxy39.22910.23340.3518
Hunter Lab62.6331-35.44120.0668
CIE-Lab68.9169-41.3459-3.9280

#19bcae color RGB value is (25,188,174).

#19bcae hex color red value is 25, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #19bcae hue: 0.49 , saturation: 0.77 and the lightness value of 19bcae is 0.42.

The process color (four color CMYK) of #19bcae color hex is 0.87, 0.00, 0.07, 0.26. Web safe color of #19bcae is #00cc99. Color #19bcae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10111100 10101110
Octal 31 274 256
Decimal 25 188 174
Hex 19 BC AE

RGB Percentages of Color #19bcae

%6.46
%48.58
%44.96

CMYK Percentages of Color #19bcae

%87
%0
%7
%26

Triadic Colors of #19bcae

#19bcae #ae19bc #bcae19

Analogous Colors of #19bcae

#19bcae #1979bc #19bc5d

Monochromatic Colors of #19bcae

#19bcae

Complementary Color

#19bcae #bc1927

#19bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#19bcae Color CSS Codes

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

#19bcae Text Font Color

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

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


#19bcae Background Color

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

This div background color is #19bcae


#19bcae Border Color

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

This div border color is #19bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19bcae


Comments

No comments written yet.

Please login to write comment.