Color Hex Logo

#24aaab Color Hex

#24AAAB
(36,170,171)
0 Favorites   0 Comments

Color spaces of #24aaab

RGB 36170171
HSL0.500.650.41
HSV180°79°67°
CMYK 0.790.010.00   0.33
XYZ22.453032.064843.5338
Yxy32.06480.22900.3270
Hunter Lab56.6258-28.3171-5.9440
CIE-Lab63.3964-33.1380-10.4490

#24aaab color RGB value is (36,170,171).

#24aaab hex color red value is 36, green value is 170 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #24aaab hue: 0.50 , saturation: 0.65 and the lightness value of 24aaab is 0.41.

The process color (four color CMYK) of #24aaab color hex is 0.79, 0.01, 0.00, 0.33. Web safe color of #24aaab is #339999. Color #24aaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101010 10101011
Octal 44 252 253
Decimal 36 170 171
Hex 24 AA AB

RGB Percentages of Color #24aaab

%9.55
%45.09
%45.36

CMYK Percentages of Color #24aaab

%79
%1
%0
%33

Triadic Colors of #24aaab

#24aaab #ab24aa #aaab24

Analogous Colors of #24aaab

#24aaab #2467ab #24ab69

Monochromatic Colors of #24aaab

#24aaab

Complementary Color

#24aaab #ab2524

#24aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#24aaab Color CSS Codes

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

#24aaab Text Font Color

<p style="color:#24aaab">Text here</p>

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


#24aaab Background Color

<div style="background-color:#24aaab">
Div content here</div>

This div background color is #24aaab


#24aaab Border Color

<div style="border:3px solid #24aaab">
Div here</div>

This div border color is #24aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24aaab


Comments

No comments written yet.

Please login to write comment.