Color Hex Logo

#18aabb Color Hex

#18AABB
(24,170,187)
0 Favorites   0 Comments

Color spaces of #18aabb

RGB 24170187
HSL0.520.770.41
HSV186°87°73°
CMYK 0.870.090.00   0.27
XYZ23.721132.531552.0427
Yxy32.53150.21900.3004
Hunter Lab57.0364-25.5766-14.1735
CIE-Lab63.7798-29.0777-18.8222

#18aabb color RGB value is (24,170,187).

#18aabb hex color red value is 24, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #18aabb hue: 0.52 , saturation: 0.77 and the lightness value of 18aabb is 0.41.

The process color (four color CMYK) of #18aabb color hex is 0.87, 0.09, 0.00, 0.27. Web safe color of #18aabb is #0099cc. Color #18aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10101010 10111011
Octal 30 252 273
Decimal 24 170 187
Hex 18 AA BB

RGB Percentages of Color #18aabb

%6.30
%44.62
%49.08

CMYK Percentages of Color #18aabb

%87
%9
%0
%27

Triadic Colors of #18aabb

#18aabb #bb18aa #aabb18

Analogous Colors of #18aabb

#18aabb #1859bb #18bb7b

Monochromatic Colors of #18aabb

#18aabb

Complementary Color

#18aabb #bb2918

#18aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#18aabb Color CSS Codes

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

#18aabb Text Font Color

<p style="color:#18aabb">Text here</p>

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


#18aabb Background Color

<div style="background-color:#18aabb">
Div content here</div>

This div background color is #18aabb


#18aabb Border Color

<div style="border:3px solid #18aabb">
Div here</div>

This div border color is #18aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18aabb


Comments

No comments written yet.

Please login to write comment.