Color Hex Logo

#249aaa Color Hex

#249AAA
(36,154,170)
0 Favorites   0 Comments

Color spaces of #249aaa

RGB 36154170
HSL0.520.650.40
HSV187°79°67°
CMYK 0.790.090.00   0.33
XYZ19.538926.388542.0939
Yxy26.38850.22200.2998
Hunter Lab51.3697-22.0031-12.6252
CIE-Lab58.4040-25.6150-17.4140

#249aaa color RGB value is (36,154,170).

#249aaa hex color red value is 36, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #249aaa hue: 0.52 , saturation: 0.65 and the lightness value of 249aaa is 0.40.

The process color (four color CMYK) of #249aaa color hex is 0.79, 0.09, 0.00, 0.33. Web safe color of #249aaa is #339999. Color #249aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 10101010
Octal 44 232 252
Decimal 36 154 170
Hex 24 9A AA

RGB Percentages of Color #249aaa

%10.00
%42.78
%47.22

CMYK Percentages of Color #249aaa

%79
%9
%0
%33

Triadic Colors of #249aaa

#249aaa #aa249a #9aaa24

Analogous Colors of #249aaa

#249aaa #2457aa #24aa77

Monochromatic Colors of #249aaa

#249aaa

Complementary Color

#249aaa #aa3424

#249aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#249aaa Color CSS Codes

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

#249aaa Text Font Color

<p style="color:#249aaa">Text here</p>

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


#249aaa Background Color

<div style="background-color:#249aaa">
Div content here</div>

This div background color is #249aaa


#249aaa Border Color

<div style="border:3px solid #249aaa">
Div here</div>

This div border color is #249aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(36,154,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 #249aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249aaa


Comments

No comments written yet.

Please login to write comment.