Color Hex Logo

#24aabe Color Hex

#24AABE
(36,170,190)
0 Favorites   0 Comments

Color spaces of #24aabe

RGB 36170190
HSL0.520.680.44
HSV188°81°75°
CMYK 0.810.110.00   0.25
XYZ24.396532.842253.7685
Yxy32.84220.21980.2959
Hunter Lab57.3081-24.3004-15.5123
CIE-Lab64.0329-27.2092-20.0955

#24aabe color RGB value is (36,170,190).

#24aabe hex color red value is 36, green value is 170 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #24aabe hue: 0.52 , saturation: 0.68 and the lightness value of 24aabe is 0.44.

The process color (four color CMYK) of #24aabe color hex is 0.81, 0.11, 0.00, 0.25. Web safe color of #24aabe is #3399cc. Color #24aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10101010 10111110
Octal 44 252 276
Decimal 36 170 190
Hex 24 AA BE

RGB Percentages of Color #24aabe

%9.09
%42.93
%47.98

CMYK Percentages of Color #24aabe

%81
%11
%0
%25

Triadic Colors of #24aabe

#24aabe #be24aa #aabe24

Analogous Colors of #24aabe

#24aabe #245dbe #24be85

Monochromatic Colors of #24aabe

#24aabe

Complementary Color

#24aabe #be3824

#24aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#24aabe Color CSS Codes

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

#24aabe Text Font Color

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

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


#24aabe Background Color

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

This div background color is #24aabe


#24aabe Border Color

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

This div border color is #24aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24aabe


Comments

No comments written yet.

Please login to write comment.