Color Hex Logo

#249dae Color Hex

#249DAE
(36,157,174)
0 Favorites   0 Comments

Color spaces of #249dae

RGB 36157174
HSL0.520.660.41
HSV187°79°68°
CMYK 0.790.100.00   0.32
XYZ20.424527.545044.2846
Yxy27.54500.22140.2986
Hunter Lab52.4833-22.3805-13.2896
CIE-Lab59.4754-25.8406-18.0515

#249dae color RGB value is (36,157,174).

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

The process color (four color CMYK) of #249dae color hex is 0.79, 0.10, 0.00, 0.32. Web safe color of #249dae is #339999. Color #249dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011101 10101110
Octal 44 235 256
Decimal 36 157 174
Hex 24 9D AE

RGB Percentages of Color #249dae

%9.81
%42.78
%47.41

CMYK Percentages of Color #249dae

%79
%10
%0
%32

Triadic Colors of #249dae

#249dae #ae249d #9dae24

Analogous Colors of #249dae

#249dae #2458ae #24ae7a

Monochromatic Colors of #249dae

#249dae

Complementary Color

#249dae #ae3524

#249dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#249dae Color CSS Codes

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

#249dae Text Font Color

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

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


#249dae Background Color

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

This div background color is #249dae


#249dae Border Color

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

This div border color is #249dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249dae


Comments

No comments written yet.

Please login to write comment.