Color Hex Logo

#6dacb1 Color Hex

#6DACB1
(109,172,177)
0 Favorites   0 Comments

Color spaces of #6dacb1

RGB 109172177
HSL0.510.300.56
HSV184°38°69°
CMYK 0.380.030.00   0.31
XYZ28.995035.930647.0021
Yxy35.93060.25910.3210
Hunter Lab59.9421-18.5554-4.5312
CIE-Lab66.4669-18.8729-8.9684

#6dacb1 color RGB value is (109,172,177).

#6dacb1 hex color red value is 109, green value is 172 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #6dacb1 hue: 0.51 , saturation: 0.30 and the lightness value of 6dacb1 is 0.56.

The process color (four color CMYK) of #6dacb1 color hex is 0.38, 0.03, 0.00, 0.31. Web safe color of #6dacb1 is #669999. Color #6dacb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10110001
Octal 155 254 261
Decimal 109 172 177
Hex 6D AC B1

RGB Percentages of Color #6dacb1

%23.80
%37.55
%38.65

CMYK Percentages of Color #6dacb1

%38
%3
%0
%31

Triadic Colors of #6dacb1

#6dacb1 #b16dac #acb16d

Analogous Colors of #6dacb1

#6dacb1 #6d8ab1 #6db194

Monochromatic Colors of #6dacb1

#6dacb1

Complementary Color

#6dacb1 #b1726d

#6dacb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacb1 Color CSS Codes

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

#6dacb1 Text Font Color

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

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


#6dacb1 Background Color

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

This div background color is #6dacb1


#6dacb1 Border Color

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

This div border color is #6dacb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacb1


Comments

No comments written yet.

Please login to write comment.