Color Hex Logo

#6dab7d Color Hex

#6DAB7D
(109,171,125)
0 Favorites   0 Comments

Color spaces of #6dab7d

RGB 109171125
HSL0.380.270.55
HSV135°36°67°
CMYK 0.360.000.27   0.33
XYZ24.571333.857724.6422
Yxy33.85770.29580.4076
Hunter Lab58.1874-26.451115.6220
CIE-Lab64.8495-29.971617.5145

#6dab7d color RGB value is (109,171,125).

#6dab7d hex color red value is 109, green value is 171 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #6dab7d hue: 0.38 , saturation: 0.27 and the lightness value of 6dab7d is 0.55.

The process color (four color CMYK) of #6dab7d color hex is 0.36, 0.00, 0.27, 0.33. Web safe color of #6dab7d is #669966. Color #6dab7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101011 01111101
Octal 155 253 175
Decimal 109 171 125
Hex 6D AB 7D

RGB Percentages of Color #6dab7d

%26.91
%42.22
%30.86

CMYK Percentages of Color #6dab7d

%36
%0
%27
%33

Triadic Colors of #6dab7d

#6dab7d #7d6dab #ab7d6d

Analogous Colors of #6dab7d

#6dab7d #6dab9c #7cab6d

Monochromatic Colors of #6dab7d

#6dab7d

Complementary Color

#6dab7d #ab6d9b

#6dab7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dab7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dab7d Color CSS Codes

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

#6dab7d Text Font Color

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

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


#6dab7d Background Color

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

This div background color is #6dab7d


#6dab7d Border Color

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

This div border color is #6dab7d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(109,171,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6dab7d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6dab7d;
  -webkit-box-shadow: 1px 1px 3px 2px #6dab7d;
  box-shadow:         1px 1px 3px 2px #6dab7d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,171,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dab7d


Comments

No comments written yet.

Please login to write comment.