Color Hex Logo

#249ab9 Color Hex

#249AB9
(36,154,185)
0 Favorites   0 Comments

Color spaces of #249ab9

RGB 36154185
HSL0.530.670.43
HSV192°81°73°
CMYK 0.810.170.00   0.27
XYZ21.040126.989149.9994
Yxy26.98910.21460.2753
Hunter Lab51.9510-18.6220-20.6969
CIE-Lab58.9642-20.6581-25.0510

#249ab9 color RGB value is (36,154,185).

#249ab9 hex color red value is 36, green value is 154 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #249ab9 hue: 0.53 , saturation: 0.67 and the lightness value of 249ab9 is 0.43.

The process color (four color CMYK) of #249ab9 color hex is 0.81, 0.17, 0.00, 0.27. Web safe color of #249ab9 is #3399cc. Color #249ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 10111001
Octal 44 232 271
Decimal 36 154 185
Hex 24 9A B9

RGB Percentages of Color #249ab9

%9.60
%41.07
%49.33

CMYK Percentages of Color #249ab9

%81
%17
%0
%27

Triadic Colors of #249ab9

#249ab9 #b9249a #9ab924

Analogous Colors of #249ab9

#249ab9 #2450b9 #24b98e

Monochromatic Colors of #249ab9

#249ab9

Complementary Color

#249ab9 #b94324

#249ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#249ab9 Color CSS Codes

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

#249ab9 Text Font Color

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

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


#249ab9 Background Color

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

This div background color is #249ab9


#249ab9 Border Color

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

This div border color is #249ab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249ab9


Comments

No comments written yet.

Please login to write comment.