Color Hex Logo

#24696f Color Hex

#24696F
(36,105,111)
0 Favorites   0 Comments

Color spaces of #24696f

RGB 36105111
HSL0.510.510.29
HSV185°68°44°
CMYK 0.680.050.00   0.56
XYZ8.648411.625916.8271
Yxy11.62590.23310.3134
Hunter Lab34.0968-14.3941-5.3925
CIE-Lab40.6153-19.1418-9.7155

#24696f color RGB value is (36,105,111).

#24696f hex color red value is 36, green value is 105 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #24696f hue: 0.51 , saturation: 0.51 and the lightness value of 24696f is 0.29.

The process color (four color CMYK) of #24696f color hex is 0.68, 0.05, 0.00, 0.56. Web safe color of #24696f is #336666. Color #24696f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100100 01101001 01101111
Octal 44 151 157
Decimal 36 105 111
Hex 24 69 6F

RGB Percentages of Color #24696f

%14.29
%41.67
%44.05

CMYK Percentages of Color #24696f

%68
%5
%0
%56

Triadic Colors of #24696f

#24696f #6f2469 #696f24

Analogous Colors of #24696f

#24696f #24436f #246f50

Monochromatic Colors of #24696f

#24696f

Complementary Color

#24696f #6f2a24

#24696f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#24696f Color Preview on White Background

Lorem ipsum dolor sit amet.

#24696f Color CSS Codes

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

#24696f Text Font Color

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

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


#24696f Background Color

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

This div background color is #24696f


#24696f Border Color

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

This div border color is #24696f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #24696f


Comments

No comments written yet.

Please login to write comment.