Color Hex Logo

#249afa Color Hex

#249AFA
(36,154,250)
0 Favorites   0 Comments

Color spaces of #249afa

RGB 36154250
HSL0.570.960.56
HSV207°86°98°
CMYK 0.860.380.00   0.02
XYZ29.538530.388494.7512
Yxy30.38840.19100.1965
Hunter Lab55.1257-0.8226-63.3210
CIE-Lab61.98792.5230-56.4816

#249afa color RGB value is (36,154,250).

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

The process color (four color CMYK) of #249afa color hex is 0.86, 0.38, 0.00, 0.02. Web safe color of #249afa is #3399ff. Color #249afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 11111010
Octal 44 232 372
Decimal 36 154 250
Hex 24 9A FA

RGB Percentages of Color #249afa

%8.18
%35.00
%56.82

CMYK Percentages of Color #249afa

%86
%38
%0
%2

Triadic Colors of #249afa

#249afa #fa249a #9afa24

Analogous Colors of #249afa

#249afa #242ffa #24faef

Monochromatic Colors of #249afa

#249afa

Complementary Color

#249afa #fa8424

#249afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#249afa Color CSS Codes

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

#249afa Text Font Color

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

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


#249afa Background Color

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

This div background color is #249afa


#249afa Border Color

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

This div border color is #249afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249afa


Comments

No comments written yet.

Please login to write comment.