Color Hex Logo

#6dacd9 Color Hex

#6DACD9
(109,172,217)
0 Favorites   0 Comments

Color spaces of #6dacd9

RGB 109172217
HSL0.570.590.64
HSV205°50°85°
CMYK 0.500.210.00   0.15
XYZ33.583637.766071.1652
Yxy37.76600.23560.2650
Hunter Lab61.4540-9.9973-25.6413
CIE-Lab67.8478-7.9317-29.0013

#6dacd9 color RGB value is (109,172,217).

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

The process color (four color CMYK) of #6dacd9 color hex is 0.50, 0.21, 0.00, 0.15. Web safe color of #6dacd9 is #6699cc. Color #6dacd9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11011001
Octal 155 254 331
Decimal 109 172 217
Hex 6D AC D9

RGB Percentages of Color #6dacd9

%21.89
%34.54
%43.57

CMYK Percentages of Color #6dacd9

%50
%21
%0
%15

Triadic Colors of #6dacd9

#6dacd9 #d96dac #acd96d

Analogous Colors of #6dacd9

#6dacd9 #6d76d9 #6dd9d0

Monochromatic Colors of #6dacd9

#6dacd9

Complementary Color

#6dacd9 #d99a6d

#6dacd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacd9 Color CSS Codes

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

#6dacd9 Text Font Color

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

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


#6dacd9 Background Color

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

This div background color is #6dacd9


#6dacd9 Border Color

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

This div border color is #6dacd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacd9


Comments

No comments written yet.

Please login to write comment.