Color Hex Logo

#6dbfaa Color Hex

#6DBFAA
(109,191,170)
0 Favorites   0 Comments

Color spaces of #6dbfaa

RGB 109191170
HSL0.460.390.59
HSV165°43°75°
CMYK 0.430.000.11   0.25
XYZ32.193243.415144.7134
Yxy43.41510.26760.3608
Hunter Lab65.8901-28.09465.8886
CIE-Lab71.8358-30.06852.7827

#6dbfaa color RGB value is (109,191,170).

#6dbfaa hex color red value is 109, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6dbfaa hue: 0.46 , saturation: 0.39 and the lightness value of 6dbfaa is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 10101010
Octal 155 277 252
Decimal 109 191 170
Hex 6D BF AA

RGB Percentages of Color #6dbfaa

%23.19
%40.64
%36.17

CMYK Percentages of Color #6dbfaa

%43
%0
%11
%25

Triadic Colors of #6dbfaa

#6dbfaa #aa6dbf #bfaa6d

Analogous Colors of #6dbfaa

#6dbfaa #6dabbf #6dbf81

Monochromatic Colors of #6dbfaa

#6dbfaa

Complementary Color

#6dbfaa #bf6d82

#6dbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfaa Color CSS Codes

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

#6dbfaa Text Font Color

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

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


#6dbfaa Background Color

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

This div background color is #6dbfaa


#6dbfaa Border Color

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

This div border color is #6dbfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,191,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 #6dbfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfaa


Comments

No comments written yet.

Please login to write comment.