Color Hex Logo

#249dfd Color Hex

#249DFD
(36,157,253)
0 Favorites   0 Comments

Color spaces of #249dfd

RGB 36157253
HSL0.570.980.57
HSV207°86°99°
CMYK 0.860.380.00   0.01
XYZ30.514131.580997.4160
Yxy31.58090.19130.1980
Hunter Lab56.1969-1.4216-63.4400
CIE-Lab62.99501.8705-56.5188

#249dfd color RGB value is (36,157,253).

#249dfd hex color red value is 36, green value is 157 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #249dfd hue: 0.57 , saturation: 0.98 and the lightness value of 249dfd is 0.57.

The process color (four color CMYK) of #249dfd color hex is 0.86, 0.38, 0.00, 0.01. Web safe color of #249dfd is #3399ff. Color #249dfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011101 11111101
Octal 44 235 375
Decimal 36 157 253
Hex 24 9D FD

RGB Percentages of Color #249dfd

%8.07
%35.20
%56.73

CMYK Percentages of Color #249dfd

%86
%38
%0
%1

Triadic Colors of #249dfd

#249dfd #fd249d #9dfd24

Analogous Colors of #249dfd

#249dfd #2431fd #24fdf1

Monochromatic Colors of #249dfd

#249dfd

Complementary Color

#249dfd #fd8424

#249dfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249dfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#249dfd Color CSS Codes

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

#249dfd Text Font Color

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

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


#249dfd Background Color

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

This div background color is #249dfd


#249dfd Border Color

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

This div border color is #249dfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249dfd


Comments

No comments written yet.

Please login to write comment.