color codes Logo

#6dbaaf color codes

#6DBAAF
(109,186,175)
0 Favorites   0 Comments

Color spaces of #6dbaaf

RGB 109186175
HSL0.480.360.58
HSV171°41°73°
CMYK 0.410.000.06   0.27
XYZ31.603441.464246.8951
Yxy41.46420.26340.3456
Hunter Lab64.3927-25.08091.8959
CIE-Lab70.4999-26.4520-1.9000

#6dbaaf color RGB value is (109,186,175).

#6dbaaf hex color red value is 109, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6dbaaf hue: 0.48 , saturation: 0.36 and the lightness value of 6dbaaf is 0.58.

The process color (four color CMYK) of #6dbaaf color code is 0.41, 0.00, 0.06, 0.27. Web safe color of #6dbaaf is #66cc99. Color #6dbaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111010 10101111
Octal 155 272 257
Decimal 109 186 175
Hex 6D BA AF

RGB Percentages of Color #6dbaaf

%23.19
%39.57
%37.23

CMYK Percentages of Color #6dbaaf

%41
%0
%6
%27

Triadic Colors of #6dbaaf

#6dbaaf #af6dba #baaf6d

Analogous Colors of #6dbaaf

#6dbaaf #6d9fba #6dba89

Monochromatic Colors of #6dbaaf

#6dbaaf

Complementary Color

#6dbaaf #ba6d78

#6dbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbaaf Color CSS Codes

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

#6dbaaf Text Font Color

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

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


#6dbaaf Background Color

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

This div background color is #6dbaaf


#6dbaaf Border Color

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

This div border color is #6dbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbaaf


Comments

No comments written yet.

Please login to write comment.