Color Hex Logo

#18684b Color Hex

#18684B
(24,104,75)
0 Favorites   0 Comments

Color spaces of #18684b

RGB 2410475
HSL0.440.630.25
HSV158°77°41°
CMYK 0.770.000.28   0.59
XYZ6.597010.60288.3555
Yxy10.60280.25810.4149
Hunter Lab32.5619-20.81967.5794
CIE-Lab38.9033-31.17059.6709

#18684b color RGB value is (24,104,75).

#18684b hex color red value is 24, green value is 104 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #18684b hue: 0.44 , saturation: 0.63 and the lightness value of 18684b is 0.25.

The process color (four color CMYK) of #18684b color hex is 0.77, 0.00, 0.28, 0.59. Web safe color of #18684b is #006633. Color #18684b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01101000 01001011
Octal 30 150 113
Decimal 24 104 75
Hex 18 68 4B

RGB Percentages of Color #18684b

%11.82
%51.23
%36.95

CMYK Percentages of Color #18684b

%77
%0
%28
%59

Triadic Colors of #18684b

#18684b #4b1868 #684b18

Analogous Colors of #18684b

#18684b #185d68 #186823

Monochromatic Colors of #18684b

#18684b

Complementary Color

#18684b #681835

#18684b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18684b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18684b Color CSS Codes

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

#18684b Text Font Color

<p style="color:#18684b">Text here</p>

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


#18684b Background Color

<div style="background-color:#18684b">
Div content here</div>

This div background color is #18684b


#18684b Border Color

<div style="border:3px solid #18684b">
Div here</div>

This div border color is #18684b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18684b


Comments

No comments written yet.

Please login to write comment.