Color Hex Logo

#6dacb7 Color Hex

#6DACB7
(109,172,183)
0 Favorites   0 Comments

Color spaces of #6dacb7

RGB 109172183
HSL0.520.340.57
HSV189°40°72°
CMYK 0.400.060.00   0.28
XYZ29.606436.175250.2218
Yxy36.17520.25520.3118
Hunter Lab60.1458-17.3897-7.4051
CIE-Lab66.6536-17.3283-12.0219

#6dacb7 color RGB value is (109,172,183).

#6dacb7 hex color red value is 109, green value is 172 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #6dacb7 hue: 0.52 , saturation: 0.34 and the lightness value of 6dacb7 is 0.57.

The process color (four color CMYK) of #6dacb7 color hex is 0.40, 0.06, 0.00, 0.28. Web safe color of #6dacb7 is #6699cc. Color #6dacb7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 10110111
Octal 155 254 267
Decimal 109 172 183
Hex 6D AC B7

RGB Percentages of Color #6dacb7

%23.49
%37.07
%39.44

CMYK Percentages of Color #6dacb7

%40
%6
%0
%28

Triadic Colors of #6dacb7

#6dacb7 #b76dac #acb76d

Analogous Colors of #6dacb7

#6dacb7 #6d87b7 #6db79d

Monochromatic Colors of #6dacb7

#6dacb7

Complementary Color

#6dacb7 #b7786d

#6dacb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacb7 Color CSS Codes

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

#6dacb7 Text Font Color

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

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


#6dacb7 Background Color

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

This div background color is #6dacb7


#6dacb7 Border Color

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

This div border color is #6dacb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacb7


Comments

No comments written yet.

Please login to write comment.