Color Hex Logo

#1997aa Color Hex

#1997AA
(25,151,170)
0 Favorites   0 Comments

Color spaces of #1997aa

RGB 25151170
HSL0.520.740.38
HSV188°85°67°
CMYK 0.850.110.00   0.33
XYZ18.723225.242241.9156
Yxy25.24220.21800.2939
Hunter Lab50.2416-21.4025-14.2954
CIE-Lab57.3106-25.0673-19.0930

#1997aa color RGB value is (25,151,170).

#1997aa hex color red value is 25, green value is 151 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1997aa hue: 0.52 , saturation: 0.74 and the lightness value of 1997aa is 0.38.

The process color (four color CMYK) of #1997aa color hex is 0.85, 0.11, 0.00, 0.33. Web safe color of #1997aa is #009999. Color #1997aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011001 10010111 10101010
Octal 31 227 252
Decimal 25 151 170
Hex 19 97 AA

RGB Percentages of Color #1997aa

%7.23
%43.64
%49.13

CMYK Percentages of Color #1997aa

%85
%11
%0
%33

Triadic Colors of #1997aa

#1997aa #aa1997 #97aa19

Analogous Colors of #1997aa

#1997aa #194eaa #19aa75

Monochromatic Colors of #1997aa

#1997aa

Complementary Color

#1997aa #aa2c19

#1997aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1997aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1997aa Color CSS Codes

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

#1997aa Text Font Color

<p style="color:#1997aa">Text here</p>

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


#1997aa Background Color

<div style="background-color:#1997aa">
Div content here</div>

This div background color is #1997aa


#1997aa Border Color

<div style="border:3px solid #1997aa">
Div here</div>

This div border color is #1997aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(25,151,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1997aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1997aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1997aa;
  box-shadow:         1px 1px 3px 2px #1997aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1997aa


Comments

No comments written yet.

Please login to write comment.