Color Hex Logo

#1998ad Color Hex

#1998AD
(25,152,173)
0 Favorites   0 Comments

Color spaces of #1998ad

RGB 25152173
HSL0.520.750.39
HSV189°86°68°
CMYK 0.860.120.00   0.32
XYZ19.172025.680343.4815
Yxy25.68030.21700.2907
Hunter Lab50.6757-21.1512-15.3998
CIE-Lab57.7323-24.5787-20.1556

#1998ad color RGB value is (25,152,173).

#1998ad hex color red value is 25, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #1998ad hue: 0.52 , saturation: 0.75 and the lightness value of 1998ad is 0.39.

The process color (four color CMYK) of #1998ad color hex is 0.86, 0.12, 0.00, 0.32. Web safe color of #1998ad is #009999. Color #1998ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10011000 10101101
Octal 31 230 255
Decimal 25 152 173
Hex 19 98 AD

RGB Percentages of Color #1998ad

%7.14
%43.43
%49.43

CMYK Percentages of Color #1998ad

%86
%12
%0
%32

Triadic Colors of #1998ad

#1998ad #ad1998 #98ad19

Analogous Colors of #1998ad

#1998ad #194ead #19ad78

Monochromatic Colors of #1998ad

#1998ad

Complementary Color

#1998ad #ad2e19

#1998ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1998ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#1998ad Color CSS Codes

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

#1998ad Text Font Color

<p style="color:#1998ad">Text here</p>

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


#1998ad Background Color

<div style="background-color:#1998ad">
Div content here</div>

This div background color is #1998ad


#1998ad Border Color

<div style="border:3px solid #1998ad">
Div here</div>

This div border color is #1998ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,152,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1998ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1998ad;
  -webkit-box-shadow: 1px 1px 3px 2px #1998ad;
  box-shadow:         1px 1px 3px 2px #1998ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1998ad


Comments

No comments written yet.

Please login to write comment.