Color Hex Logo

#18904b Color Hex

#18904B
(24,144,75)
0 Favorites   0 Comments

Color spaces of #18904b

RGB 2414475
HSL0.400.710.33
HSV146°83°56°
CMYK 0.830.000.48   0.44
XYZ11.619920.648710.0298
Yxy20.64870.27470.4882
Hunter Lab45.4408-33.876418.7220
CIE-Lab52.5629-47.373627.8869

#18904b color RGB value is (24,144,75).

#18904b hex color red value is 24, green value is 144 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #18904b hue: 0.40 , saturation: 0.71 and the lightness value of 18904b is 0.33.

The process color (four color CMYK) of #18904b color hex is 0.83, 0.00, 0.48, 0.44. Web safe color of #18904b is #009933. Color #18904b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10010000 01001011
Octal 30 220 113
Decimal 24 144 75
Hex 18 90 4B

RGB Percentages of Color #18904b

%9.88
%59.26
%30.86

CMYK Percentages of Color #18904b

%83
%0
%48
%44

Triadic Colors of #18904b

#18904b #4b1890 #904b18

Analogous Colors of #18904b

#18904b #189087 #219018

Monochromatic Colors of #18904b

#18904b

Complementary Color

#18904b #90185d

#18904b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18904b Color Preview on White Background

Lorem ipsum dolor sit amet.

#18904b Color CSS Codes

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

#18904b Text Font Color

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

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


#18904b Background Color

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

This div background color is #18904b


#18904b Border Color

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

This div border color is #18904b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,144,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 #18904b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18904b


Comments

No comments written yet.

Please login to write comment.