Color Hex Logo

#249acd Color Hex

#249ACD
(36,154,205)
0 Favorites   0 Comments

Color spaces of #249acd

RGB 36154205
HSL0.550.700.47
HSV198°82°80°
CMYK 0.820.250.00   0.20
XYZ23.302627.894061.9135
Yxy27.89400.20600.2466
Hunter Lab52.8148-13.6692-32.5339
CIE-Lab59.7929-13.7551-35.0160

#249acd color RGB value is (36,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 11001101
Octal 44 232 315
Decimal 36 154 205
Hex 24 9A CD

RGB Percentages of Color #249acd

%9.11
%38.99
%51.90

CMYK Percentages of Color #249acd

%82
%25
%0
%20

Triadic Colors of #249acd

#249acd #cd249a #9acd24

Analogous Colors of #249acd

#249acd #2446cd #24cdac

Monochromatic Colors of #249acd

#249acd

Complementary Color

#249acd #cd5724

#249acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#249acd Color CSS Codes

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

#249acd Text Font Color

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

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


#249acd Background Color

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

This div background color is #249acd


#249acd Border Color

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

This div border color is #249acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249acd


Comments

No comments written yet.

Please login to write comment.