Color Hex Logo

#18c506 Color Hex

#18C506
(24,197,6)
0 Favorites   0 Comments

Color spaces of #18c506

RGB 241976
HSL0.320.940.40
HSV114°97°77°
CMYK 0.880.000.97   0.23
XYZ20.375840.13986.8461
Yxy40.13980.30250.5959
Hunter Lab63.3560-53.465937.9424
CIE-Lab69.5690-69.585668.0039

#18c506 color RGB value is (24,197,6).

#18c506 hex color red value is 24, green value is 197 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #18c506 hue: 0.32 , saturation: 0.94 and the lightness value of 18c506 is 0.40.

The process color (four color CMYK) of #18c506 color hex is 0.88, 0.00, 0.97, 0.23. Web safe color of #18c506 is #00cc00. Color #18c506 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 11000101 00000110
Octal 30 305 6
Decimal 24 197 6
Hex 18 C5 6

RGB Percentages of Color #18c506

%10.57
%86.78
%2.64

CMYK Percentages of Color #18c506

%88
%0
%97
%23

Triadic Colors of #18c506

#18c506 #0618c5 #c50618

Analogous Colors of #18c506

#18c506 #06c554 #78c506

Monochromatic Colors of #18c506

#18c506

Complementary Color

#18c506 #b306c5

#18c506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#18c506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#18c506 Color CSS Codes

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

#18c506 Text Font Color

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

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


#18c506 Background Color

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

This div background color is #18c506


#18c506 Border Color

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

This div border color is #18c506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #18c506


Comments

No comments written yet.

Please login to write comment.