Color Hex Logo

#24959f Color Hex

#24959F
(36,149,159)
0 Favorites   0 Comments

Color spaces of #24959f

RGB 36149159
HSL0.510.630.38
HSV185°77°62°
CMYK 0.770.060.00   0.38
XYZ17.733024.373236.5708
Yxy24.37320.22540.3098
Hunter Lab49.3692-22.2805-9.3613
CIE-Lab56.4595-26.6205-14.0932

#24959f color RGB value is (36,149,159).

#24959f hex color red value is 36, green value is 149 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #24959f hue: 0.51 , saturation: 0.63 and the lightness value of 24959f is 0.38.

The process color (four color CMYK) of #24959f color hex is 0.77, 0.06, 0.00, 0.38. Web safe color of #24959f is #339999. Color #24959f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 10010101 10011111
Octal 44 225 237
Decimal 36 149 159
Hex 24 95 9F

RGB Percentages of Color #24959f

%10.47
%43.31
%46.22

CMYK Percentages of Color #24959f

%77
%6
%0
%38

Triadic Colors of #24959f

#24959f #9f2495 #959f24

Analogous Colors of #24959f

#24959f #24589f #249f6c

Monochromatic Colors of #24959f

#24959f

Complementary Color

#24959f #9f2e24

#24959f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24959f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24959f Color CSS Codes

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

#24959f Text Font Color

<p style="color:#24959f">Text here</p>

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


#24959f Background Color

<div style="background-color:#24959f">
Div content here</div>

This div background color is #24959f


#24959f Border Color

<div style="border:3px solid #24959f">
Div here</div>

This div border color is #24959f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(36,149,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #24959f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #24959f;
  -webkit-box-shadow: 1px 1px 3px 2px #24959f;
  box-shadow:         1px 1px 3px 2px #24959f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24959f


Comments

No comments written yet.

Please login to write comment.