Color Hex Logo

#249aca Color Hex

#249ACA
(36,154,202)
0 Favorites   0 Comments

Color spaces of #249aca

RGB 36154202
HSL0.550.700.47
HSV197°82°79°
CMYK 0.820.240.00   0.21
XYZ22.943827.750560.0242
Yxy27.75050.20720.2506
Hunter Lab52.6787-14.4436-30.6822
CIE-Lab59.6627-14.8084-33.5377

#249aca color RGB value is (36,154,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011010 11001010
Octal 44 232 312
Decimal 36 154 202
Hex 24 9A CA

RGB Percentages of Color #249aca

%9.18
%39.29
%51.53

CMYK Percentages of Color #249aca

%82
%24
%0
%21

Triadic Colors of #249aca

#249aca #ca249a #9aca24

Analogous Colors of #249aca

#249aca #2447ca #24caa7

Monochromatic Colors of #249aca

#249aca

Complementary Color

#249aca #ca5424

#249aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#249aca Color CSS Codes

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

#249aca Text Font Color

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

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


#249aca Background Color

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

This div background color is #249aca


#249aca Border Color

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

This div border color is #249aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249aca


Comments

No comments written yet.

Please login to write comment.