Color Hex Logo

#249ebd Color Hex

#249EBD
(36,158,189)
0 Favorites   0 Comments

Color spaces of #249ebd

RGB 36158189
HSL0.530.680.44
HSV192°81°74°
CMYK 0.810.160.00   0.26
XYZ22.139728.502952.4788
Yxy28.50290.21470.2764
Hunter Lab53.3881-19.4064-20.9085
CIE-Lab60.3404-21.4099-25.1878

#249ebd color RGB value is (36,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 10111101
Octal 44 236 275
Decimal 36 158 189
Hex 24 9E BD

RGB Percentages of Color #249ebd

%9.40
%41.25
%49.35

CMYK Percentages of Color #249ebd

%81
%16
%0
%26

Triadic Colors of #249ebd

#249ebd #bd249e #9ebd24

Analogous Colors of #249ebd

#249ebd #2452bd #24bd90

Monochromatic Colors of #249ebd

#249ebd

Complementary Color

#249ebd #bd4324

#249ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#249ebd Color CSS Codes

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

#249ebd Text Font Color

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

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


#249ebd Background Color

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

This div background color is #249ebd


#249ebd Border Color

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

This div border color is #249ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249ebd


Comments

No comments written yet.

Please login to write comment.