Color Hex Logo

#6ac180 Color Hex

#6AC180
(106,193,128)
0 Favorites   0 Comments

Color spaces of #6ac180

RGB 106193128
HSL0.380.410.59
HSV135°45°76°
CMYK 0.450.000.34   0.24
XYZ28.910142.762627.1524
Yxy42.76260.29250.4327
Hunter Lab65.3931-35.523621.1569
CIE-Lab71.3935-40.437524.7920

#6ac180 color RGB value is (106,193,128).

#6ac180 hex color red value is 106, green value is 193 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #6ac180 hue: 0.38 , saturation: 0.41 and the lightness value of 6ac180 is 0.59.

The process color (four color CMYK) of #6ac180 color hex is 0.45, 0.00, 0.34, 0.24. Web safe color of #6ac180 is #66cc99. Color #6ac180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000001 10000000
Octal 152 301 200
Decimal 106 193 128
Hex 6A C1 80

RGB Percentages of Color #6ac180

%24.82
%45.20
%29.98

CMYK Percentages of Color #6ac180

%45
%0
%34
%24

Triadic Colors of #6ac180

#6ac180 #806ac1 #c1806a

Analogous Colors of #6ac180

#6ac180 #6ac1ac #80c16a

Monochromatic Colors of #6ac180

#6ac180

Complementary Color

#6ac180 #c16aab

#6ac180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac180 Color CSS Codes

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

#6ac180 Text Font Color

<p style="color:#6ac180">Text here</p>

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


#6ac180 Background Color

<div style="background-color:#6ac180">
Div content here</div>

This div background color is #6ac180


#6ac180 Border Color

<div style="border:3px solid #6ac180">
Div here</div>

This div border color is #6ac180


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,193,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ac180; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ac180;
  -webkit-box-shadow: 1px 1px 3px 2px #6ac180;
  box-shadow:         1px 1px 3px 2px #6ac180; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,193,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac180


Comments

No comments written yet.

Please login to write comment.