Color Hex Logo

#6dafbc Color Hex

#6DAFBC
(109,175,188)
0 Favorites   0 Comments

Color spaces of #6dafbc

RGB 109175188
HSL0.530.370.58
HSV190°42°74°
CMYK 0.420.070.00   0.26
XYZ30.713737.542053.2045
Yxy37.54200.25290.3091
Hunter Lab61.2715-17.7481-8.5938
CIE-Lab67.6817-17.5860-13.2498

#6dafbc color RGB value is (109,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 10111100
Octal 155 257 274
Decimal 109 175 188
Hex 6D AF BC

RGB Percentages of Color #6dafbc

%23.09
%37.08
%39.83

CMYK Percentages of Color #6dafbc

%42
%7
%0
%26

Triadic Colors of #6dafbc

#6dafbc #bc6daf #afbc6d

Analogous Colors of #6dafbc

#6dafbc #6d88bc #6dbca2

Monochromatic Colors of #6dafbc

#6dafbc

Complementary Color

#6dafbc #bc7a6d

#6dafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafbc Color CSS Codes

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

#6dafbc Text Font Color

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

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


#6dafbc Background Color

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

This div background color is #6dafbc


#6dafbc Border Color

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

This div border color is #6dafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafbc


Comments

No comments written yet.

Please login to write comment.