Color Hex Logo

#6dacbd Color Hex

#6DACBD
(109,172,189)
0 Favorites   0 Comments

Color spaces of #6dacbd

RGB 109172189
HSL0.540.380.58
HSV193°42°74°
CMYK 0.420.090.00   0.26
XYZ30.244536.430453.5818
Yxy36.43040.25150.3029
Hunter Lab60.3576-16.1815-10.3837
CIE-Lab66.8475-15.7464-15.0596

#6dacbd color RGB value is (109,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10111101
Octal 155 254 275
Decimal 109 172 189
Hex 6D AC BD

RGB Percentages of Color #6dacbd

%23.19
%36.60
%40.21

CMYK Percentages of Color #6dacbd

%42
%9
%0
%26

Triadic Colors of #6dacbd

#6dacbd #bd6dac #acbd6d

Analogous Colors of #6dacbd

#6dacbd #6d84bd #6dbda6

Monochromatic Colors of #6dacbd

#6dacbd

Complementary Color

#6dacbd #bd7e6d

#6dacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacbd Color CSS Codes

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

#6dacbd Text Font Color

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

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


#6dacbd Background Color

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

This div background color is #6dacbd


#6dacbd Border Color

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

This div border color is #6dacbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,172,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 #6dacbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacbd


Comments

No comments written yet.

Please login to write comment.