Color Hex Logo

#249ddf Color Hex

#249DDF
(36,157,223)
0 Favorites   0 Comments

Color spaces of #249ddf

RGB 36157223
HSL0.560.750.51
HSV201°84°87°
CMYK 0.840.300.00   0.13
XYZ26.103829.816774.1914
Yxy29.81670.20060.2292
Hunter Lab54.6047-10.2261-42.3341
CIE-Lab61.4957-9.0271-42.3793

#249ddf color RGB value is (36,157,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011101 11011111
Octal 44 235 337
Decimal 36 157 223
Hex 24 9D DF

RGB Percentages of Color #249ddf

%8.65
%37.74
%53.61

CMYK Percentages of Color #249ddf

%84
%30
%0
%13

Triadic Colors of #249ddf

#249ddf #df249d #9ddf24

Analogous Colors of #249ddf

#249ddf #243fdf #24dfc4

Monochromatic Colors of #249ddf

#249ddf

Complementary Color

#249ddf #df6624

#249ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#249ddf Color CSS Codes

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

#249ddf Text Font Color

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

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


#249ddf Background Color

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

This div background color is #249ddf


#249ddf Border Color

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

This div border color is #249ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249ddf


Comments

No comments written yet.

Please login to write comment.