Color Hex Logo

#6daaed Color Hex

#6DAAED
(109,170,237)
0 Favorites   0 Comments

Color spaces of #6daaed

RGB 109170237
HSL0.590.780.68
HSV211°54°93°
CMYK 0.540.280.00   0.07
XYZ35.967538.115185.5820
Yxy38.11510.22530.2387
Hunter Lab61.7374-4.0485-38.9731
CIE-Lab68.1054-0.8685-39.5649

#6daaed color RGB value is (109,170,237).

#6daaed hex color red value is 109, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #6daaed hue: 0.59 , saturation: 0.78 and the lightness value of 6daaed is 0.68.

The process color (four color CMYK) of #6daaed color hex is 0.54, 0.28, 0.00, 0.07. Web safe color of #6daaed is #6699ff. Color #6daaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 11101101
Octal 155 252 355
Decimal 109 170 237
Hex 6D AA ED

RGB Percentages of Color #6daaed

%21.12
%32.95
%45.93

CMYK Percentages of Color #6daaed

%54
%28
%0
%7

Triadic Colors of #6daaed

#6daaed #ed6daa #aaed6d

Analogous Colors of #6daaed

#6daaed #706ded #6deaed

Monochromatic Colors of #6daaed

#6daaed

Complementary Color

#6daaed #edb06d

#6daaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daaed Color CSS Codes

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

#6daaed Text Font Color

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

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


#6daaed Background Color

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

This div background color is #6daaed


#6daaed Border Color

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

This div border color is #6daaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daaed


Comments

No comments written yet.

Please login to write comment.