Color Hex Logo

#249cac Color Hex

#249CAC
(36,156,172)
0 Favorites   0 Comments

Color spaces of #249cac

RGB 36156172
HSL0.520.650.41
HSV187°79°67°
CMYK 0.790.090.00   0.33
XYZ20.062427.130643.2090
Yxy27.13060.22190.3001
Hunter Lab52.0870-22.3994-12.7233
CIE-Lab59.0950-25.9813-17.4979

#249cac color RGB value is (36,156,172).

#249cac hex color red value is 36, green value is 156 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #249cac hue: 0.52 , saturation: 0.65 and the lightness value of 249cac is 0.41.

The process color (four color CMYK) of #249cac color hex is 0.79, 0.09, 0.00, 0.33. Web safe color of #249cac is #339999. Color #249cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011100 10101100
Octal 44 234 254
Decimal 36 156 172
Hex 24 9C AC

RGB Percentages of Color #249cac

%9.89
%42.86
%47.25

CMYK Percentages of Color #249cac

%79
%9
%0
%33

Triadic Colors of #249cac

#249cac #ac249c #9cac24

Analogous Colors of #249cac

#249cac #2458ac #24ac78

Monochromatic Colors of #249cac

#249cac

Complementary Color

#249cac #ac3424

#249cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#249cac Color CSS Codes

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

#249cac Text Font Color

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

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


#249cac Background Color

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

This div background color is #249cac


#249cac Border Color

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

This div border color is #249cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249cac


Comments

No comments written yet.

Please login to write comment.