Color Hex Logo

#249afd Color Hex

#249AFD
(36,154,253)
0 Favorites   0 Comments

Color spaces of #249afd

RGB 36154253
HSL0.580.980.57
HSV207°86°99°
CMYK 0.860.390.00   0.01
XYZ30.012830.578197.2488
Yxy30.57810.19010.1937
Hunter Lab55.29750.1106-65.5620
CIE-Lab62.14993.6281-57.8656

#249afd color RGB value is (36,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 11111101
Octal 44 232 375
Decimal 36 154 253
Hex 24 9A FD

RGB Percentages of Color #249afd

%8.13
%34.76
%57.11

CMYK Percentages of Color #249afd

%86
%39
%0
%1

Triadic Colors of #249afd

#249afd #fd249a #9afd24

Analogous Colors of #249afd

#249afd #242efd #24fdf4

Monochromatic Colors of #249afd

#249afd

Complementary Color

#249afd #fd8724

#249afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#249afd Color CSS Codes

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

#249afd Text Font Color

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

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


#249afd Background Color

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

This div background color is #249afd


#249afd Border Color

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

This div border color is #249afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249afd

Related Colors


Comments

No comments written yet.

Please login to write comment.