Color Hex Logo

#249daf Color Hex

#249DAF
(36,157,175)
0 Favorites   0 Comments

Color spaces of #249daf

RGB 36157175
HSL0.520.660.41
HSV188°79°69°
CMYK 0.790.100.00   0.31
XYZ20.522427.584244.8001
Yxy27.58420.22090.2969
Hunter Lab52.5207-22.1625-13.8099
CIE-Lab59.5112-25.5171-18.5626

#249daf color RGB value is (36,157,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100100 10011101 10101111
Octal 44 235 257
Decimal 36 157 175
Hex 24 9D AF

RGB Percentages of Color #249daf

%9.78
%42.66
%47.55

CMYK Percentages of Color #249daf

%79
%10
%0
%31

Triadic Colors of #249daf

#249daf #af249d #9daf24

Analogous Colors of #249daf

#249daf #2457af #24af7c

Monochromatic Colors of #249daf

#249daf

Complementary Color

#249daf #af3624

#249daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#249daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#249daf Color CSS Codes

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

#249daf Text Font Color

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

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


#249daf Background Color

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

This div background color is #249daf


#249daf Border Color

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

This div border color is #249daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #249daf


Comments

No comments written yet.

Please login to write comment.