Color Hex Logo

#19aeaf Color Hex

#19AEAF
(25,174,175)
0 Favorites   0 Comments

Color spaces of #19aeaf

RGB 25174175
HSL0.500.750.39
HSV180°86°69°
CMYK 0.860.010.00   0.31
XYZ23.274833.573945.8111
Yxy33.57390.22670.3270
Hunter Lab57.9430-29.6995-6.3160
CIE-Lab64.6229-34.6989-10.8599

#19aeaf color RGB value is (25,174,175).

#19aeaf hex color red value is 25, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #19aeaf hue: 0.50 , saturation: 0.75 and the lightness value of 19aeaf is 0.39.

The process color (four color CMYK) of #19aeaf color hex is 0.86, 0.01, 0.00, 0.31. Web safe color of #19aeaf is #009999. Color #19aeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10101110 10101111
Octal 31 256 257
Decimal 25 174 175
Hex 19 AE AF

RGB Percentages of Color #19aeaf

%6.68
%46.52
%46.79

CMYK Percentages of Color #19aeaf

%86
%1
%0
%31

Triadic Colors of #19aeaf

#19aeaf #af19ae #aeaf19

Analogous Colors of #19aeaf

#19aeaf #1963af #19af65

Monochromatic Colors of #19aeaf

#19aeaf

Complementary Color

#19aeaf #af1a19

#19aeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#19aeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#19aeaf Color CSS Codes

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

#19aeaf Text Font Color

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

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


#19aeaf Background Color

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

This div background color is #19aeaf


#19aeaf Border Color

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

This div border color is #19aeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #19aeaf


Comments

No comments written yet.

Please login to write comment.