Color Hex Logo

#6daacc Color Hex

#6DAACC
(109,170,204)
0 Favorites   0 Comments

Color spaces of #6daacc

RGB 109170204
HSL0.560.480.61
HSV201°47°80°
CMYK 0.470.170.00   0.20
XYZ31.580536.360362.4805
Yxy36.36030.24210.2788
Hunter Lab60.2995-12.0388-19.2248
CIE-Lab66.7943-10.5632-23.4488

#6daacc color RGB value is (109,170,204).

#6daacc hex color red value is 109, green value is 170 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #6daacc hue: 0.56 , saturation: 0.48 and the lightness value of 6daacc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 11001100
Octal 155 252 314
Decimal 109 170 204
Hex 6D AA CC

RGB Percentages of Color #6daacc

%22.57
%35.20
%42.24

CMYK Percentages of Color #6daacc

%47
%17
%0
%20

Triadic Colors of #6daacc

#6daacc #cc6daa #aacc6d

Analogous Colors of #6daacc

#6daacc #6d7bcc #6dccbf

Monochromatic Colors of #6daacc

#6daacc

Complementary Color

#6daacc #cc8f6d

#6daacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daacc Color CSS Codes

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

#6daacc Text Font Color

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

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


#6daacc Background Color

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

This div background color is #6daacc


#6daacc Border Color

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

This div border color is #6daacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daacc


Comments

No comments written yet.

Please login to write comment.