Color Hex Logo

#18687f Color Hex

#18687F
(24,104,127)
0 Favorites   0 Comments

Color spaces of #18687f

RGB 24104127
HSL0.540.680.30
HSV193°81°50°
CMYK 0.810.180.00   0.50
XYZ9.157811.627121.8403
Yxy11.62710.21480.2728
Hunter Lab34.0985-11.7329-14.1066
CIE-Lab40.6172-14.8188-19.4588

#18687f color RGB value is (24,104,127).

#18687f hex color red value is 24, green value is 104 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #18687f hue: 0.54 , saturation: 0.68 and the lightness value of 18687f is 0.30.

The process color (four color CMYK) of #18687f color hex is 0.81, 0.18, 0.00, 0.50. Web safe color of #18687f is #006666. Color #18687f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01101000 01111111
Octal 30 150 177
Decimal 24 104 127
Hex 18 68 7F

RGB Percentages of Color #18687f

%9.41
%40.78
%49.80

CMYK Percentages of Color #18687f

%81
%18
%0
%50

Triadic Colors of #18687f

#18687f #7f1868 #687f18

Analogous Colors of #18687f

#18687f #18357f #187f63

Monochromatic Colors of #18687f

#18687f

Complementary Color

#18687f #7f2f18

#18687f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18687f Color Preview on White Background

Lorem ipsum dolor sit amet.

#18687f Color CSS Codes

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

#18687f Text Font Color

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

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


#18687f Background Color

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

This div background color is #18687f


#18687f Border Color

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

This div border color is #18687f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,104,127, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18687f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18687f;
  -webkit-box-shadow: 1px 1px 3px 2px #18687f;
  box-shadow:         1px 1px 3px 2px #18687f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,104,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18687f


Comments

No comments written yet.

Please login to write comment.