Color Hex Logo

#249edc Color Hex

#249EDC
(36,158,220)
0 Favorites   0 Comments

Color spaces of #249edc

RGB 36158220
HSL0.560.720.50
HSV200°84°86°
CMYK 0.840.280.00   0.14
XYZ25.872729.996172.1363
Yxy29.99610.20210.2343
Hunter Lab54.7687-11.5219-39.7533
CIE-Lab61.6509-10.6576-40.4716

#249edc color RGB value is (36,158,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 11011100
Octal 44 236 334
Decimal 36 158 220
Hex 24 9E DC

RGB Percentages of Color #249edc

%8.70
%38.16
%53.14

CMYK Percentages of Color #249edc

%84
%28
%0
%14

Triadic Colors of #249edc

#249edc #dc249e #9edc24

Analogous Colors of #249edc

#249edc #2442dc #24dcbe

Monochromatic Colors of #249edc

#249edc

Complementary Color

#249edc #dc6224

#249edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#249edc Color CSS Codes

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

#249edc Text Font Color

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

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


#249edc Background Color

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

This div background color is #249edc


#249edc Border Color

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

This div border color is #249edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249edc


Comments

No comments written yet.

Please login to write comment.