Color Hex Logo

#249eed Color Hex

#249EED
(36,158,237)
0 Favorites   0 Comments

Color spaces of #249eed

RGB 36158237
HSL0.570.850.54
HSV204°85°93°
CMYK 0.850.330.00   0.07
XYZ28.240530.943284.6050
Yxy30.94320.19640.2152
Hunter Lab55.6266-6.7258-51.2382
CIE-Lab62.4597-4.5457-48.5938

#249eed color RGB value is (36,158,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 11101101
Octal 44 236 355
Decimal 36 158 237
Hex 24 9E ED

RGB Percentages of Color #249eed

%8.35
%36.66
%54.99

CMYK Percentages of Color #249eed

%85
%33
%0
%7

Triadic Colors of #249eed

#249eed #ed249e #9eed24

Analogous Colors of #249eed

#249eed #243aed #24edd8

Monochromatic Colors of #249eed

#249eed

Complementary Color

#249eed #ed7324

#249eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#249eed Color CSS Codes

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

#249eed Text Font Color

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

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


#249eed Background Color

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

This div background color is #249eed


#249eed Border Color

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

This div border color is #249eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249eed


Comments

No comments written yet.

Please login to write comment.