Color Hex Logo

#249dcb Color Hex

#249DCB
(36,157,203)
0 Favorites   0 Comments

Color spaces of #249dcb

RGB 36157203
HSL0.550.700.47
HSV197°82°80°
CMYK 0.820.230.00   0.20
XYZ23.564028.800860.8171
Yxy28.80080.20820.2545
Hunter Lab53.6664-15.5398-29.6236
CIE-Lab60.6054-16.0917-32.6311

#249dcb color RGB value is (36,157,203).

#249dcb hex color red value is 36, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #249dcb hue: 0.55 , saturation: 0.70 and the lightness value of 249dcb is 0.47.

The process color (four color CMYK) of #249dcb color hex is 0.82, 0.23, 0.00, 0.20. Web safe color of #249dcb is #3399cc. Color #249dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011101 11001011
Octal 44 235 313
Decimal 36 157 203
Hex 24 9D CB

RGB Percentages of Color #249dcb

%9.09
%39.65
%51.26

CMYK Percentages of Color #249dcb

%82
%23
%0
%20

Triadic Colors of #249dcb

#249dcb #cb249d #9dcb24

Analogous Colors of #249dcb

#249dcb #244acb #24cba6

Monochromatic Colors of #249dcb

#249dcb

Complementary Color

#249dcb #cb5224

#249dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#249dcb Color CSS Codes

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

#249dcb Text Font Color

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

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


#249dcb Background Color

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

This div background color is #249dcb


#249dcb Border Color

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

This div border color is #249dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249dcb


Comments

No comments written yet.

Please login to write comment.