Color Hex Logo

#249fed Color Hex

#249FED
(36,159,237)
0 Favorites   0 Comments

Color spaces of #249fed

RGB 36159237
HSL0.560.850.54
HSV203°85°93°
CMYK 0.850.330.00   0.07
XYZ28.411831.285884.6621
Yxy31.28580.19680.2167
Hunter Lab55.9337-7.2141-50.5886
CIE-Lab62.7482-5.1160-48.1377

#249fed color RGB value is (36,159,237).

#249fed hex color red value is 36, green value is 159 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #249fed hue: 0.56 , saturation: 0.85 and the lightness value of 249fed is 0.54.

The process color (four color CMYK) of #249fed color hex is 0.85, 0.33, 0.00, 0.07. Web safe color of #249fed is #3399ff. Color #249fed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011111 11101101
Octal 44 237 355
Decimal 36 159 237
Hex 24 9F ED

RGB Percentages of Color #249fed

%8.33
%36.81
%54.86

CMYK Percentages of Color #249fed

%85
%33
%0
%7

Triadic Colors of #249fed

#249fed #ed249f #9fed24

Analogous Colors of #249fed

#249fed #243bed #24edd7

Monochromatic Colors of #249fed

#249fed

Complementary Color

#249fed #ed7224

#249fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#249fed Color CSS Codes

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

#249fed Text Font Color

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

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


#249fed Background Color

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

This div background color is #249fed


#249fed Border Color

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

This div border color is #249fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249fed


Comments

No comments written yet.

Please login to write comment.