Color Hex Logo

#6dadba Color Hex

#6DADBA
(109,173,186)
0 Favorites   0 Comments

Color spaces of #6dadba

RGB 109173186
HSL0.530.360.58
HSV190°41°73°
CMYK 0.410.070.00   0.27
XYZ30.113236.683551.9479
Yxy36.68350.25360.3089
Hunter Lab60.5669-17.2438-8.4559
CIE-Lab67.0389-17.0662-13.1080

#6dadba color RGB value is (109,173,186).

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

The process color (four color CMYK) of #6dadba color hex is 0.41, 0.07, 0.00, 0.27. Web safe color of #6dadba is #6699cc. Color #6dadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 10111010
Octal 155 255 272
Decimal 109 173 186
Hex 6D AD BA

RGB Percentages of Color #6dadba

%23.29
%36.97
%39.74

CMYK Percentages of Color #6dadba

%41
%7
%0
%27

Triadic Colors of #6dadba

#6dadba #ba6dad #adba6d

Analogous Colors of #6dadba

#6dadba #6d87ba #6dbaa1

Monochromatic Colors of #6dadba

#6dadba

Complementary Color

#6dadba #ba7a6d

#6dadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dadba Color CSS Codes

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

#6dadba Text Font Color

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

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


#6dadba Background Color

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

This div background color is #6dadba


#6dadba Border Color

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

This div border color is #6dadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dadba


Comments

No comments written yet.

Please login to write comment.