Color Hex Logo

#6daccd Color Hex

#6DACCD
(109,172,205)
0 Favorites   0 Comments

Color spaces of #6daccd

RGB 109172205
HSL0.560.490.62
HSV201°47°80°
CMYK 0.470.160.00   0.20
XYZ32.078637.164063.2403
Yxy37.16400.24210.2805
Hunter Lab60.9623-12.7566-18.8319
CIE-Lab67.3999-11.3623-23.0757

#6daccd color RGB value is (109,172,205).

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

The process color (four color CMYK) of #6daccd color hex is 0.47, 0.16, 0.00, 0.20. Web safe color of #6daccd is #6699cc. Color #6daccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11001101
Octal 155 254 315
Decimal 109 172 205
Hex 6D AC CD

RGB Percentages of Color #6daccd

%22.43
%35.39
%42.18

CMYK Percentages of Color #6daccd

%47
%16
%0
%20

Triadic Colors of #6daccd

#6daccd #cd6dac #accd6d

Analogous Colors of #6daccd

#6daccd #6d7ccd #6dcdbe

Monochromatic Colors of #6daccd

#6daccd

Complementary Color

#6daccd #cd8e6d

#6daccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daccd Color CSS Codes

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

#6daccd Text Font Color

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

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


#6daccd Background Color

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

This div background color is #6daccd


#6daccd Border Color

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

This div border color is #6daccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daccd


Comments

No comments written yet.

Please login to write comment.