Color Hex Logo

#18cb6e Color Hex

#18CB6E
(24,203,110)
0 Favorites   0 Comments

Color spaces of #18cb6e

RGB 24203110
HSL0.410.790.45
HSV149°88°80°
CMYK 0.880.000.46   0.20
XYZ24.547144.031921.9571
Yxy44.03190.27110.4863
Hunter Lab66.3565-50.091926.8308
CIE-Lab72.2498-61.974334.8719

#18cb6e color RGB value is (24,203,110).

#18cb6e hex color red value is 24, green value is 203 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #18cb6e hue: 0.41 , saturation: 0.79 and the lightness value of 18cb6e is 0.45.

The process color (four color CMYK) of #18cb6e color hex is 0.88, 0.00, 0.46, 0.20. Web safe color of #18cb6e is #00cc66. Color #18cb6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11001011 01101110
Octal 30 313 156
Decimal 24 203 110
Hex 18 CB 6E

RGB Percentages of Color #18cb6e

%7.12
%60.24
%32.64

CMYK Percentages of Color #18cb6e

%88
%0
%46
%20

Triadic Colors of #18cb6e

#18cb6e #6e18cb #cb6e18

Analogous Colors of #18cb6e

#18cb6e #18cbc8 #1bcb18

Monochromatic Colors of #18cb6e

#18cb6e

Complementary Color

#18cb6e #cb1875

#18cb6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18cb6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#18cb6e Color CSS Codes

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

#18cb6e Text Font Color

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

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


#18cb6e Background Color

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

This div background color is #18cb6e


#18cb6e Border Color

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

This div border color is #18cb6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18cb6e


Comments

No comments written yet.

Please login to write comment.