Color Hex Logo

#249abd Color Hex

#249ABD
(36,154,189)
0 Favorites   0 Comments

Color spaces of #249abd

RGB 36154189
HSL0.540.680.44
HSV194°81°74°
CMYK 0.810.190.00   0.26
XYZ21.468527.160452.2551
Yxy27.16040.21280.2692
Hunter Lab52.1156-17.6711-22.9677
CIE-Lab59.1225-19.3012-27.0644

#249abd color RGB value is (36,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 10111101
Octal 44 232 275
Decimal 36 154 189
Hex 24 9A BD

RGB Percentages of Color #249abd

%9.50
%40.63
%49.87

CMYK Percentages of Color #249abd

%81
%19
%0
%26

Triadic Colors of #249abd

#249abd #bd249a #9abd24

Analogous Colors of #249abd

#249abd #244ebd #24bd94

Monochromatic Colors of #249abd

#249abd

Complementary Color

#249abd #bd4724

#249abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#249abd Color CSS Codes

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

#249abd Text Font Color

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

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


#249abd Background Color

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

This div background color is #249abd


#249abd Border Color

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

This div border color is #249abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249abd


Comments

No comments written yet.

Please login to write comment.