Color Hex Logo

#6ad18e Color Hex

#6AD18E
(106,209,142)
0 Favorites   0 Comments

Color spaces of #6ad18e

RGB 106209142
HSL0.390.530.62
HSV141°49°82°
CMYK 0.490.000.32   0.18
XYZ33.626850.618133.5891
Yxy50.61810.28540.4296
Hunter Lab71.1464-40.139521.8109
CIE-Lab76.4471-44.846224.2540

#6ad18e color RGB value is (106,209,142).

#6ad18e hex color red value is 106, green value is 209 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6ad18e hue: 0.39 , saturation: 0.53 and the lightness value of 6ad18e is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11010001 10001110
Octal 152 321 216
Decimal 106 209 142
Hex 6A D1 8E

RGB Percentages of Color #6ad18e

%23.19
%45.73
%31.07

CMYK Percentages of Color #6ad18e

%49
%0
%32
%18

Triadic Colors of #6ad18e

#6ad18e #8e6ad1 #d18e6a

Analogous Colors of #6ad18e

#6ad18e #6ad1c2 #7ad16a

Monochromatic Colors of #6ad18e

#6ad18e

Complementary Color

#6ad18e #d16aad

#6ad18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad18e Color CSS Codes

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

#6ad18e Text Font Color

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

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


#6ad18e Background Color

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

This div background color is #6ad18e


#6ad18e Border Color

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

This div border color is #6ad18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad18e


Comments

No comments written yet.

Please login to write comment.