Color Hex Logo

#1899aa Color Hex

#1899AA
(24,153,170)
0 Favorites   0 Comments

Color spaces of #1899aa

RGB 24153170
HSL0.520.750.38
HSV187°86°67°
CMYK 0.860.100.00   0.33
XYZ19.023625.878942.0227
Yxy25.87890.21890.2977
Hunter Lab50.8713-22.2738-13.3671
CIE-Lab57.9219-26.1544-18.1629

#1899aa color RGB value is (24,153,170).

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

The process color (four color CMYK) of #1899aa color hex is 0.86, 0.10, 0.00, 0.33. Web safe color of #1899aa is #009999. Color #1899aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011001 10101010
Octal 30 231 252
Decimal 24 153 170
Hex 18 99 AA

RGB Percentages of Color #1899aa

%6.92
%44.09
%48.99

CMYK Percentages of Color #1899aa

%86
%10
%0
%33

Triadic Colors of #1899aa

#1899aa #aa1899 #99aa18

Analogous Colors of #1899aa

#1899aa #1850aa #18aa72

Monochromatic Colors of #1899aa

#1899aa

Complementary Color

#1899aa #aa2918

#1899aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1899aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1899aa Color CSS Codes

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

#1899aa Text Font Color

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

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


#1899aa Background Color

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

This div background color is #1899aa


#1899aa Border Color

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

This div border color is #1899aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,153,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 #1899aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1899aa


Comments

No comments written yet.

Please login to write comment.