Color Hex Logo

#6dafbd Color Hex

#6DAFBD
(109,175,189)
0 Favorites   0 Comments

Color spaces of #6dafbd

RGB 109175189
HSL0.530.380.58
HSV191°42°74°
CMYK 0.420.070.00   0.26
XYZ30.822037.585353.7743
Yxy37.58530.25230.3076
Hunter Lab61.3069-17.5462-9.0905
CIE-Lab67.7139-17.3218-13.7547

#6dafbd color RGB value is (109,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101111 10111101
Octal 155 257 275
Decimal 109 175 189
Hex 6D AF BD

RGB Percentages of Color #6dafbd

%23.04
%37.00
%39.96

CMYK Percentages of Color #6dafbd

%42
%7
%0
%26

Triadic Colors of #6dafbd

#6dafbd #bd6daf #afbd6d

Analogous Colors of #6dafbd

#6dafbd #6d87bd #6dbda3

Monochromatic Colors of #6dafbd

#6dafbd

Complementary Color

#6dafbd #bd7b6d

#6dafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dafbd Color CSS Codes

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

#6dafbd Text Font Color

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

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


#6dafbd Background Color

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

This div background color is #6dafbd


#6dafbd Border Color

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

This div border color is #6dafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dafbd


Comments

No comments written yet.

Please login to write comment.