Color Hex Logo

#6daccc Color Hex

#6DACCC
(109,172,204)
0 Favorites   0 Comments

Color spaces of #6daccc

RGB 109172204
HSL0.560.480.61
HSV200°47°80°
CMYK 0.470.160.00   0.20
XYZ31.958337.115962.6064
Yxy37.11590.24270.2819
Hunter Lab60.9228-12.9791-18.2825
CIE-Lab67.3639-11.6428-22.5783

#6daccc color RGB value is (109,172,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11001100
Octal 155 254 314
Decimal 109 172 204
Hex 6D AC CC

RGB Percentages of Color #6daccc

%22.47
%35.46
%42.06

CMYK Percentages of Color #6daccc

%47
%16
%0
%20

Triadic Colors of #6daccc

#6daccc #cc6dac #accc6d

Analogous Colors of #6daccc

#6daccc #6d7dcc #6dccbd

Monochromatic Colors of #6daccc

#6daccc

Complementary Color

#6daccc #cc8d6d

#6daccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daccc Color CSS Codes

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

#6daccc Text Font Color

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

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


#6daccc Background Color

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

This div background color is #6daccc


#6daccc Border Color

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

This div border color is #6daccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(109,172,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 #6daccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daccc

#6daccc Color Palettes


Comments

No comments written yet.

Please login to write comment.