Color Hex Logo

#249baf Color Hex

#249BAF
(36,155,175)
0 Favorites   0 Comments

Color spaces of #249baf

RGB 36155175
HSL0.520.660.41
HSV189°79°69°
CMYK 0.790.110.00   0.31
XYZ20.186826.912944.6882
Yxy26.91290.21990.2932
Hunter Lab51.8776-21.3274-14.7590
CIE-Lab58.8936-24.4992-19.5034

#249baf color RGB value is (36,155,175).

#249baf hex color red value is 36, green value is 155 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #249baf hue: 0.52 , saturation: 0.66 and the lightness value of 249baf is 0.41.

The process color (four color CMYK) of #249baf color hex is 0.79, 0.11, 0.00, 0.31. Web safe color of #249baf is #339999. Color #249baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011011 10101111
Octal 44 233 257
Decimal 36 155 175
Hex 24 9B AF

RGB Percentages of Color #249baf

%9.84
%42.35
%47.81

CMYK Percentages of Color #249baf

%79
%11
%0
%31

Triadic Colors of #249baf

#249baf #af249b #9baf24

Analogous Colors of #249baf

#249baf #2456af #24af7e

Monochromatic Colors of #249baf

#249baf

Complementary Color

#249baf #af3824

#249baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#249baf Color CSS Codes

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

#249baf Text Font Color

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

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


#249baf Background Color

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

This div background color is #249baf


#249baf Border Color

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

This div border color is #249baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249baf


Comments

No comments written yet.

Please login to write comment.