Color Hex Logo

#6dacce Color Hex

#6DACCE
(109,172,206)
0 Favorites   0 Comments

Color spaces of #6dacce

RGB 109172206
HSL0.560.500.62
HSV201°47°81°
CMYK 0.470.170.00   0.19
XYZ32.199837.212563.8781
Yxy37.21250.24160.2792
Hunter Lab61.0020-12.5327-19.3839
CIE-Lab67.4362-11.0807-23.5723

#6dacce color RGB value is (109,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101100 11001110
Octal 155 254 316
Decimal 109 172 206
Hex 6D AC CE

RGB Percentages of Color #6dacce

%22.38
%35.32
%42.30

CMYK Percentages of Color #6dacce

%47
%17
%0
%19

Triadic Colors of #6dacce

#6dacce #ce6dac #acce6d

Analogous Colors of #6dacce

#6dacce #6d7cce #6dcec0

Monochromatic Colors of #6dacce

#6dacce

Complementary Color

#6dacce #ce8f6d

#6dacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dacce Color CSS Codes

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

#6dacce Text Font Color

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

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


#6dacce Background Color

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

This div background color is #6dacce


#6dacce Border Color

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

This div border color is #6dacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dacce


Comments

No comments written yet.

Please login to write comment.