Color Hex Logo

#249ebe Color Hex

#249EBE
(36,158,190)
0 Favorites   0 Comments

Color spaces of #249ebe

RGB 36158190
HSL0.530.680.44
HSV192°81°75°
CMYK 0.810.170.00   0.25
XYZ22.248728.546553.0526
Yxy28.54650.21420.2749
Hunter Lab53.4289-19.1702-21.4721
CIE-Lab60.3793-21.0735-25.6901

#249ebe color RGB value is (36,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 10111110
Octal 44 236 276
Decimal 36 158 190
Hex 24 9E BE

RGB Percentages of Color #249ebe

%9.38
%41.15
%49.48

CMYK Percentages of Color #249ebe

%81
%17
%0
%25

Triadic Colors of #249ebe

#249ebe #be249e #9ebe24

Analogous Colors of #249ebe

#249ebe #2451be #24be91

Monochromatic Colors of #249ebe

#249ebe

Complementary Color

#249ebe #be4424

#249ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#249ebe Color CSS Codes

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

#249ebe Text Font Color

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

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


#249ebe Background Color

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

This div background color is #249ebe


#249ebe Border Color

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

This div border color is #249ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249ebe


Comments

No comments written yet.

Please login to write comment.