Color Hex Logo

#6ac05b Color Hex

#6AC05B
(106,192,91)
0 Favorites   0 Comments

Color spaces of #6ac05b

RGB 10619291
HSL0.310.440.55
HSV111°53°75°
CMYK 0.450.000.53   0.25
XYZ26.681841.518816.5052
Yxy41.51880.31500.4902
Hunter Lab64.4351-38.846729.9173
CIE-Lab70.5379-45.620542.5640

#6ac05b color RGB value is (106,192,91).

#6ac05b hex color red value is 106, green value is 192 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #6ac05b hue: 0.31 , saturation: 0.44 and the lightness value of 6ac05b is 0.55.

The process color (four color CMYK) of #6ac05b color hex is 0.45, 0.00, 0.53, 0.25. Web safe color of #6ac05b is #66cc66. Color #6ac05b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11000000 01011011
Octal 152 300 133
Decimal 106 192 91
Hex 6A C0 5B

RGB Percentages of Color #6ac05b

%27.25
%49.36
%23.39

CMYK Percentages of Color #6ac05b

%45
%0
%53
%25

Triadic Colors of #6ac05b

#6ac05b #5b6ac0 #c05b6a

Analogous Colors of #6ac05b

#6ac05b #5bc07f #9dc05b

Monochromatic Colors of #6ac05b

#6ac05b

Complementary Color

#6ac05b #b15bc0

#6ac05b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ac05b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ac05b Color CSS Codes

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

#6ac05b Text Font Color

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

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


#6ac05b Background Color

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

This div background color is #6ac05b


#6ac05b Border Color

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

This div border color is #6ac05b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ac05b


Comments

No comments written yet.

Please login to write comment.