Color Hex Logo

#18b37d Color Hex

#18B37D
(24,179,125)
0 Favorites   0 Comments

Color spaces of #18b37d

RGB 24179125
HSL0.440.760.40
HSV159°87°70°
CMYK 0.870.000.30   0.30
XYZ20.198533.915124.8837
Yxy33.91510.25570.4293
Hunter Lab58.2367-40.004215.4319
CIE-Lab64.8951-50.310117.1964

#18b37d color RGB value is (24,179,125).

#18b37d hex color red value is 24, green value is 179 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #18b37d hue: 0.44 , saturation: 0.76 and the lightness value of 18b37d is 0.40.

The process color (four color CMYK) of #18b37d color hex is 0.87, 0.00, 0.30, 0.30. Web safe color of #18b37d is #00cc66. Color #18b37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10110011 01111101
Octal 30 263 175
Decimal 24 179 125
Hex 18 B3 7D

RGB Percentages of Color #18b37d

%7.32
%54.57
%38.11

CMYK Percentages of Color #18b37d

%87
%0
%30
%30

Triadic Colors of #18b37d

#18b37d #7d18b3 #b37d18

Analogous Colors of #18b37d

#18b37d #189cb3 #18b330

Monochromatic Colors of #18b37d

#18b37d

Complementary Color

#18b37d #b3184e

#18b37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18b37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#18b37d Color CSS Codes

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

#18b37d Text Font Color

<p style="color:#18b37d">Text here</p>

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


#18b37d Background Color

<div style="background-color:#18b37d">
Div content here</div>

This div background color is #18b37d


#18b37d Border Color

<div style="border:3px solid #18b37d">
Div here</div>

This div border color is #18b37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18b37d


Comments

No comments written yet.

Please login to write comment.