Color Hex Logo

#6dacbb Color Hex

#6DACBB
(109,172,187)
0 Favorites   0 Comments

Color spaces of #6dacbb

RGB 109172187
HSL0.530.360.58
HSV192°42°73°
CMYK 0.420.080.00   0.27
XYZ30.028836.344152.4461
Yxy36.34410.25270.3059
Hunter Lab60.2861-16.5889-9.3793
CIE-Lab66.7820-16.2777-14.0489

#6dacbb color RGB value is (109,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10111011
Octal 155 254 273
Decimal 109 172 187
Hex 6D AC BB

RGB Percentages of Color #6dacbb

%23.29
%36.75
%39.96

CMYK Percentages of Color #6dacbb

%42
%8
%0
%27

Triadic Colors of #6dacbb

#6dacbb #bb6dac #acbb6d

Analogous Colors of #6dacbb

#6dacbb #6d85bb #6dbba3

Monochromatic Colors of #6dacbb

#6dacbb

Complementary Color

#6dacbb #bb7c6d

#6dacbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacbb Color CSS Codes

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

#6dacbb Text Font Color

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

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


#6dacbb Background Color

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

This div background color is #6dacbb


#6dacbb Border Color

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

This div border color is #6dacbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacbb


Comments

No comments written yet.

Please login to write comment.