Color Hex Logo

#249edf Color Hex

#249EDF
(36,158,223)
0 Favorites   0 Comments

Color spaces of #249edf

RGB 36158223
HSL0.560.750.51
HSV201°84°87°
CMYK 0.840.290.00   0.13
XYZ26.273730.156574.2481
Yxy30.15650.20110.2308
Hunter Lab54.9149-10.6989-41.7230
CIE-Lab61.7890-9.5876-41.9185

#249edf color RGB value is (36,158,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 11011111
Octal 44 236 337
Decimal 36 158 223
Hex 24 9E DF

RGB Percentages of Color #249edf

%8.63
%37.89
%53.48

CMYK Percentages of Color #249edf

%84
%29
%0
%13

Triadic Colors of #249edf

#249edf #df249e #9edf24

Analogous Colors of #249edf

#249edf #2440df #24dfc3

Monochromatic Colors of #249edf

#249edf

Complementary Color

#249edf #df6524

#249edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#249edf Color CSS Codes

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

#249edf Text Font Color

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

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


#249edf Background Color

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

This div background color is #249edf


#249edf Border Color

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

This div border color is #249edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249edf


Comments

No comments written yet.

Please login to write comment.