Color Hex Logo

#249add Color Hex

#249ADD
(36,154,221)
0 Favorites   0 Comments

Color spaces of #249add

RGB 36154221
HSL0.560.730.50
HSV202°84°87°
CMYK 0.840.300.00   0.13
XYZ25.334328.706772.6123
Yxy28.70670.20000.2267
Hunter Lab53.5786-9.3601-42.8476
CIE-Lab60.5219-8.0549-42.8007

#249add color RGB value is (36,154,221).

#249add hex color red value is 36, green value is 154 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #249add hue: 0.56 , saturation: 0.73 and the lightness value of 249add is 0.50.

The process color (four color CMYK) of #249add color hex is 0.84, 0.30, 0.00, 0.13. Web safe color of #249add is #3399cc. Color #249add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 11011101
Octal 44 232 335
Decimal 36 154 221
Hex 24 9A DD

RGB Percentages of Color #249add

%8.76
%37.47
%53.77

CMYK Percentages of Color #249add

%84
%30
%0
%13

Triadic Colors of #249add

#249add #dd249a #9add24

Analogous Colors of #249add

#249add #243edd #24ddc4

Monochromatic Colors of #249add

#249add

Complementary Color

#249add #dd6724

#249add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249add Color Preview on White Background

Lorem ipsum dolor sit amet.

#249add Color CSS Codes

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

#249add Text Font Color

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

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


#249add Background Color

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

This div background color is #249add


#249add Border Color

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

This div border color is #249add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249add


Comments

No comments written yet.

Please login to write comment.