Color Hex Logo

#249ecd Color Hex

#249ECD
(36,158,205)
0 Favorites   0 Comments

Color spaces of #249ecd

RGB 36158205
HSL0.550.700.47
HSV197°82°80°
CMYK 0.820.230.00   0.20
XYZ23.973929.236662.1373
Yxy29.23660.20780.2535
Hunter Lab54.0709-15.4809-30.2854
CIE-Lab60.9899-15.9380-33.1516

#249ecd color RGB value is (36,158,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011110 11001101
Octal 44 236 315
Decimal 36 158 205
Hex 24 9E CD

RGB Percentages of Color #249ecd

%9.02
%39.60
%51.38

CMYK Percentages of Color #249ecd

%82
%23
%0
%20

Triadic Colors of #249ecd

#249ecd #cd249e #9ecd24

Analogous Colors of #249ecd

#249ecd #2449cd #24cda8

Monochromatic Colors of #249ecd

#249ecd

Complementary Color

#249ecd #cd5324

#249ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#249ecd Color CSS Codes

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

#249ecd Text Font Color

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

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


#249ecd Background Color

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

This div background color is #249ecd


#249ecd Border Color

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

This div border color is #249ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249ecd


Comments

No comments written yet.

Please login to write comment.