Color Hex Logo

#6dafaa Color Hex

#6DAFAA
(109,175,170)
0 Favorites   0 Comments

Color spaces of #6dafaa

RGB 109175170
HSL0.490.290.56
HSV175°38°69°
CMYK 0.380.000.03   0.31
XYZ28.892336.813443.6131
Yxy36.81340.26430.3368
Hunter Lab60.6740-21.1799-0.1464
CIE-Lab67.1368-22.1584-4.0895

#6dafaa color RGB value is (109,175,170).

#6dafaa hex color red value is 109, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6dafaa hue: 0.49 , saturation: 0.29 and the lightness value of 6dafaa is 0.56.

The process color (four color CMYK) of #6dafaa color hex is 0.38, 0.00, 0.03, 0.31. Web safe color of #6dafaa is #669999. Color #6dafaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 10101010
Octal 155 257 252
Decimal 109 175 170
Hex 6D AF AA

RGB Percentages of Color #6dafaa

%24.01
%38.55
%37.44

CMYK Percentages of Color #6dafaa

%38
%0
%3
%31

Triadic Colors of #6dafaa

#6dafaa #aa6daf #afaa6d

Analogous Colors of #6dafaa

#6dafaa #6d93af #6daf89

Monochromatic Colors of #6dafaa

#6dafaa

Complementary Color

#6dafaa #af6d72

#6dafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafaa Color CSS Codes

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

#6dafaa Text Font Color

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

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


#6dafaa Background Color

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

This div background color is #6dafaa


#6dafaa Border Color

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

This div border color is #6dafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafaa


Comments

No comments written yet.

Please login to write comment.