Color Hex Logo

#18725e Color Hex

#18725E
(24,114,94)
0 Favorites   0 Comments

Color spaces of #18725e

RGB 2411494
HSL0.460.650.27
HSV167°79°45°
CMYK 0.790.000.18   0.55
XYZ8.414413.037012.6626
Yxy13.03700.24670.3822
Hunter Lab36.1068-21.58894.4818
CIE-Lab42.8189-30.68733.7892

#18725e color RGB value is (24,114,94).

#18725e hex color red value is 24, green value is 114 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #18725e hue: 0.46 , saturation: 0.65 and the lightness value of 18725e is 0.27.

The process color (four color CMYK) of #18725e color hex is 0.79, 0.00, 0.18, 0.55. Web safe color of #18725e is #006666. Color #18725e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110010 01011110
Octal 30 162 136
Decimal 24 114 94
Hex 18 72 5E

RGB Percentages of Color #18725e

%10.34
%49.14
%40.52

CMYK Percentages of Color #18725e

%79
%0
%18
%55

Triadic Colors of #18725e

#18725e #5e1872 #725e18

Analogous Colors of #18725e

#18725e #185972 #187231

Monochromatic Colors of #18725e

#18725e

Complementary Color

#18725e #72182c

#18725e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18725e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18725e Color CSS Codes

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

#18725e Text Font Color

<p style="color:#18725e">Text here</p>

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


#18725e Background Color

<div style="background-color:#18725e">
Div content here</div>

This div background color is #18725e


#18725e Border Color

<div style="border:3px solid #18725e">
Div here</div>

This div border color is #18725e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,114,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #18725e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #18725e;
  -webkit-box-shadow: 1px 1px 3px 2px #18725e;
  box-shadow:         1px 1px 3px 2px #18725e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18725e


Comments

No comments written yet.

Please login to write comment.