Color Hex Logo

#249fec Color Hex

#249FEC
(36,159,236)
0 Favorites   0 Comments

Color spaces of #249fec

RGB 36159236
HSL0.560.840.53
HSV203°85°93°
CMYK 0.850.330.00   0.07
XYZ28.266031.227583.8946
Yxy31.22750.19710.2178
Hunter Lab55.8816-7.5039-49.8945
CIE-Lab62.6992-5.4779-47.6647

#249fec color RGB value is (36,159,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011111 11101100
Octal 44 237 354
Decimal 36 159 236
Hex 24 9F EC

RGB Percentages of Color #249fec

%8.35
%36.89
%54.76

CMYK Percentages of Color #249fec

%85
%33
%0
%7

Triadic Colors of #249fec

#249fec #ec249f #9fec24

Analogous Colors of #249fec

#249fec #243bec #24ecd5

Monochromatic Colors of #249fec

#249fec

Complementary Color

#249fec #ec7124

#249fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#249fec Color CSS Codes

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

#249fec Text Font Color

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

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


#249fec Background Color

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

This div background color is #249fec


#249fec Border Color

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

This div border color is #249fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249fec


Comments

No comments written yet.

Please login to write comment.