Color Hex Logo

#18775d Color Hex

#18775D
(24,119,93)
0 Favorites   0 Comments

Color spaces of #18775d

RGB 2411993
HSL0.450.660.28
HSV164°80°47°
CMYK 0.800.000.22   0.53
XYZ8.949314.178212.6209
Yxy14.17820.25030.3966
Hunter Lab37.6540-23.46996.4849
CIE-Lab44.4874-33.25376.7732

#18775d color RGB value is (24,119,93).

#18775d hex color red value is 24, green value is 119 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #18775d hue: 0.45 , saturation: 0.66 and the lightness value of 18775d is 0.28.

The process color (four color CMYK) of #18775d color hex is 0.80, 0.00, 0.22, 0.53. Web safe color of #18775d is #006666. Color #18775d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01110111 01011101
Octal 30 167 135
Decimal 24 119 93
Hex 18 77 5D

RGB Percentages of Color #18775d

%10.17
%50.42
%39.41

CMYK Percentages of Color #18775d

%80
%0
%22
%53

Triadic Colors of #18775d

#18775d #5d1877 #775d18

Analogous Colors of #18775d

#18775d #186277 #18772e

Monochromatic Colors of #18775d

#18775d

Complementary Color

#18775d #771832

#18775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18775d Color CSS Codes

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

#18775d Text Font Color

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

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


#18775d Background Color

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

This div background color is #18775d


#18775d Border Color

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

This div border color is #18775d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18775d


Comments

No comments written yet.

Please login to write comment.