Color Hex Logo

#6dbfab Color Hex

#6DBFAB
(109,191,171)
0 Favorites   0 Comments

Color spaces of #6dbfab

RGB 109191171
HSL0.460.390.59
HSV165°43°75°
CMYK 0.430.000.10   0.25
XYZ32.288243.453145.2136
Yxy43.45310.26690.3593
Hunter Lab65.9190-27.92595.4765
CIE-Lab71.8614-29.83652.2746

#6dbfab color RGB value is (109,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111111 10101011
Octal 155 277 253
Decimal 109 191 171
Hex 6D BF AB

RGB Percentages of Color #6dbfab

%23.14
%40.55
%36.31

CMYK Percentages of Color #6dbfab

%43
%0
%10
%25

Triadic Colors of #6dbfab

#6dbfab #ab6dbf #bfab6d

Analogous Colors of #6dbfab

#6dbfab #6daabf #6dbf82

Monochromatic Colors of #6dbfab

#6dbfab

Complementary Color

#6dbfab #bf6d81

#6dbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbfab Color CSS Codes

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

#6dbfab Text Font Color

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

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


#6dbfab Background Color

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

This div background color is #6dbfab


#6dbfab Border Color

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

This div border color is #6dbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbfab


Comments

No comments written yet.

Please login to write comment.