Color Hex Logo

#6daecd Color Hex

#6DAECD
(109,174,205)
0 Favorites   0 Comments

Color spaces of #6daecd

RGB 109174205
HSL0.550.490.62
HSV199°47°80°
CMYK 0.470.150.00   0.20
XYZ32.462237.931163.3681
Yxy37.93110.24270.2836
Hunter Lab61.5882-13.6948-17.8917
CIE-Lab67.9698-12.4367-22.2054

#6daecd color RGB value is (109,174,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 11001101
Octal 155 256 315
Decimal 109 174 205
Hex 6D AE CD

RGB Percentages of Color #6daecd

%22.34
%35.66
%42.01

CMYK Percentages of Color #6daecd

%47
%15
%0
%20

Triadic Colors of #6daecd

#6daecd #cd6dae #aecd6d

Analogous Colors of #6daecd

#6daecd #6d7ecd #6dcdbc

Monochromatic Colors of #6daecd

#6daecd

Complementary Color

#6daecd #cd8c6d

#6daecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daecd Color CSS Codes

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

#6daecd Text Font Color

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

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


#6daecd Background Color

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

This div background color is #6daecd


#6daecd Border Color

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

This div border color is #6daecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daecd


Comments

No comments written yet.

Please login to write comment.