Color Hex Logo

#18957d Color Hex

#18957D
(24,149,125)
0 Favorites   0 Comments

Color spaces of #18957d

RGB 24149125
HSL0.470.720.34
HSV168°84°58°
CMYK 0.840.000.16   0.42
XYZ14.825823.169823.0928
Yxy23.16980.24270.3793
Hunter Lab48.1350-29.25755.2501
CIE-Lab55.2468-37.94703.5681

#18957d color RGB value is (24,149,125).

#18957d hex color red value is 24, green value is 149 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #18957d hue: 0.47 , saturation: 0.72 and the lightness value of 18957d is 0.34.

The process color (four color CMYK) of #18957d color hex is 0.84, 0.00, 0.16, 0.42. Web safe color of #18957d is #009966. Color #18957d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10010101 01111101
Octal 30 225 175
Decimal 24 149 125
Hex 18 95 7D

RGB Percentages of Color #18957d

%8.05
%50.00
%41.95

CMYK Percentages of Color #18957d

%84
%0
%16
%42

Triadic Colors of #18957d

#18957d #7d1895 #957d18

Analogous Colors of #18957d

#18957d #186f95 #18953f

Monochromatic Colors of #18957d

#18957d

Complementary Color

#18957d #951830

#18957d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18957d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18957d Color CSS Codes

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

#18957d Text Font Color

<p style="color:#18957d">Text here</p>

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


#18957d Background Color

<div style="background-color:#18957d">
Div content here</div>

This div background color is #18957d


#18957d Border Color

<div style="border:3px solid #18957d">
Div here</div>

This div border color is #18957d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,149,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18957d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18957d;
  -webkit-box-shadow: 1px 1px 3px 2px #18957d;
  box-shadow:         1px 1px 3px 2px #18957d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18957d


Comments

No comments written yet.

Please login to write comment.