Color Hex Logo

#6daccf Color Hex

#6DACCF
(109,172,207)
0 Favorites   0 Comments

Color spaces of #6daccf

RGB 109172207
HSL0.560.510.62
HSV201°47°81°
CMYK 0.470.170.00   0.19
XYZ32.321737.261364.5201
Yxy37.26130.24100.2779
Hunter Lab61.0420-12.3080-19.9388
CIE-Lab67.4726-10.7985-24.0684

#6daccf color RGB value is (109,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11001111
Octal 155 254 317
Decimal 109 172 207
Hex 6D AC CF

RGB Percentages of Color #6daccf

%22.34
%35.25
%42.42

CMYK Percentages of Color #6daccf

%47
%17
%0
%19

Triadic Colors of #6daccf

#6daccf #cf6dac #accf6d

Analogous Colors of #6daccf

#6daccf #6d7bcf #6dcfc1

Monochromatic Colors of #6daccf

#6daccf

Complementary Color

#6daccf #cf906d

#6daccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daccf Color CSS Codes

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

#6daccf Text Font Color

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

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


#6daccf Background Color

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

This div background color is #6daccf


#6daccf Border Color

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

This div border color is #6daccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daccf

#6daccf Color Palettes


Comments

No comments written yet.

Please login to write comment.