Color Hex Logo

#6daadf Color Hex

#6DAADF
(109,170,223)
0 Favorites   0 Comments

Color spaces of #6daadf

RGB 109170223
HSL0.580.640.65
HSV208°51°87°
CMYK 0.510.240.00   0.13
XYZ34.000737.328475.2251
Yxy37.32840.23200.2547
Hunter Lab61.0970-7.5838-30.2324
CIE-Lab67.5227-5.0730-32.8016

#6daadf color RGB value is (109,170,223).

#6daadf hex color red value is 109, green value is 170 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #6daadf hue: 0.58 , saturation: 0.64 and the lightness value of 6daadf is 0.65.

The process color (four color CMYK) of #6daadf color hex is 0.51, 0.24, 0.00, 0.13. Web safe color of #6daadf is #6699cc. Color #6daadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101010 11011111
Octal 155 252 337
Decimal 109 170 223
Hex 6D AA DF

RGB Percentages of Color #6daadf

%21.71
%33.86
%44.42

CMYK Percentages of Color #6daadf

%51
%24
%0
%13

Triadic Colors of #6daadf

#6daadf #df6daa #aadf6d

Analogous Colors of #6daadf

#6daadf #6d71df #6ddfdb

Monochromatic Colors of #6daadf

#6daadf

Complementary Color

#6daadf #dfa26d

#6daadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daadf Color CSS Codes

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

#6daadf Text Font Color

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

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


#6daadf Background Color

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

This div background color is #6daadf


#6daadf Border Color

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

This div border color is #6daadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daadf


Comments

No comments written yet.

Please login to write comment.