Color Hex Logo

#249ebb Color Hex

#249EBB
(36,158,187)
0 Favorites   0 Comments

Color spaces of #249ebb

RGB 36158187
HSL0.530.680.44
HSV192°81°73°
CMYK 0.810.160.00   0.27
XYZ21.924128.416651.3432
Yxy28.41660.21560.2795
Hunter Lab53.3072-19.8745-19.7905
CIE-Lab60.2633-22.0793-24.1814

#249ebb color RGB value is (36,158,187).

#249ebb hex color red value is 36, green value is 158 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #249ebb hue: 0.53 , saturation: 0.68 and the lightness value of 249ebb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 10111011
Octal 44 236 273
Decimal 36 158 187
Hex 24 9E BB

RGB Percentages of Color #249ebb

%9.45
%41.47
%49.08

CMYK Percentages of Color #249ebb

%81
%16
%0
%27

Triadic Colors of #249ebb

#249ebb #bb249e #9ebb24

Analogous Colors of #249ebb

#249ebb #2453bb #24bb8d

Monochromatic Colors of #249ebb

#249ebb

Complementary Color

#249ebb #bb4124

#249ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#249ebb Color CSS Codes

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

#249ebb Text Font Color

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

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


#249ebb Background Color

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

This div background color is #249ebb


#249ebb Border Color

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

This div border color is #249ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249ebb


Comments

No comments written yet.

Please login to write comment.