Color Hex Logo

#6abe81 Color Hex

#6ABE81
(106,190,129)
0 Favorites   0 Comments

Color spaces of #6abe81

RGB 106190129
HSL0.380.390.58
HSV136°44°75°
CMYK 0.440.000.32   0.25
XYZ28.319841.476127.2820
Yxy41.47610.29170.4272
Hunter Lab64.4019-34.210719.9649
CIE-Lab70.5082-38.925723.0655

#6abe81 color RGB value is (106,190,129).

#6abe81 hex color red value is 106, green value is 190 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #6abe81 hue: 0.38 , saturation: 0.39 and the lightness value of 6abe81 is 0.58.

The process color (four color CMYK) of #6abe81 color hex is 0.44, 0.00, 0.32, 0.25. Web safe color of #6abe81 is #66cc99. Color #6abe81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111110 10000001
Octal 152 276 201
Decimal 106 190 129
Hex 6A BE 81

RGB Percentages of Color #6abe81

%24.94
%44.71
%30.35

CMYK Percentages of Color #6abe81

%44
%0
%32
%25

Triadic Colors of #6abe81

#6abe81 #816abe #be816a

Analogous Colors of #6abe81

#6abe81 #6abeab #7dbe6a

Monochromatic Colors of #6abe81

#6abe81

Complementary Color

#6abe81 #be6aa7

#6abe81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abe81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abe81 Color CSS Codes

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

#6abe81 Text Font Color

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

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


#6abe81 Background Color

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

This div background color is #6abe81


#6abe81 Border Color

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

This div border color is #6abe81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abe81


Comments

No comments written yet.

Please login to write comment.