Color Hex Logo

#6dbdae Color Hex

#6DBDAE
(109,189,174)
0 Favorites   0 Comments

Color spaces of #6dbdae

RGB 109189174
HSL0.470.380.58
HSV169°42°74°
CMYK 0.420.000.08   0.26
XYZ32.144342.702446.5926
Yxy42.70240.26470.3516
Hunter Lab65.3471-26.55303.4691
CIE-Lab71.3525-28.1619-0.1046

#6dbdae color RGB value is (109,189,174).

#6dbdae hex color red value is 109, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6dbdae hue: 0.47 , saturation: 0.38 and the lightness value of 6dbdae is 0.58.

The process color (four color CMYK) of #6dbdae color hex is 0.42, 0.00, 0.08, 0.26. Web safe color of #6dbdae is #66cc99. Color #6dbdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10111101 10101110
Octal 155 275 256
Decimal 109 189 174
Hex 6D BD AE

RGB Percentages of Color #6dbdae

%23.09
%40.04
%36.86

CMYK Percentages of Color #6dbdae

%42
%0
%8
%26

Triadic Colors of #6dbdae

#6dbdae #ae6dbd #bdae6d

Analogous Colors of #6dbdae

#6dbdae #6da4bd #6dbd86

Monochromatic Colors of #6dbdae

#6dbdae

Complementary Color

#6dbdae #bd6d7c

#6dbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dbdae Color CSS Codes

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

#6dbdae Text Font Color

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

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


#6dbdae Background Color

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

This div background color is #6dbdae


#6dbdae Border Color

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

This div border color is #6dbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dbdae


Comments

No comments written yet.

Please login to write comment.