Color Hex Logo

#6dae8f Color Hex

#6DAE8F
(109,174,143)
0 Favorites   0 Comments

Color spaces of #6dae8f

RGB 109174143
HSL0.420.290.55
HSV151°37°68°
CMYK 0.370.000.18   0.32
XYZ26.400735.506531.4486
Yxy35.50650.28280.3803
Hunter Lab59.5873-25.191810.4195
CIE-Lab66.1411-27.82279.4189

#6dae8f color RGB value is (109,174,143).

#6dae8f hex color red value is 109, green value is 174 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #6dae8f hue: 0.42 , saturation: 0.29 and the lightness value of 6dae8f is 0.55.

The process color (four color CMYK) of #6dae8f color hex is 0.37, 0.00, 0.18, 0.32. Web safe color of #6dae8f is #669999. Color #6dae8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 10001111
Octal 155 256 217
Decimal 109 174 143
Hex 6D AE 8F

RGB Percentages of Color #6dae8f

%25.59
%40.85
%33.57

CMYK Percentages of Color #6dae8f

%37
%0
%18
%32

Triadic Colors of #6dae8f

#6dae8f #8f6dae #ae8f6d

Analogous Colors of #6dae8f

#6dae8f #6dadae #6dae6f

Monochromatic Colors of #6dae8f

#6dae8f

Complementary Color

#6dae8f #ae6d8c

#6dae8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dae8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dae8f Color CSS Codes

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

#6dae8f Text Font Color

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

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


#6dae8f Background Color

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

This div background color is #6dae8f


#6dae8f Border Color

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

This div border color is #6dae8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dae8f


Comments

No comments written yet.

Please login to write comment.