Color Hex Logo

#6daddd Color Hex

#6DADDD
(109,173,221)
0 Favorites   0 Comments

Color spaces of #6daddd

RGB 109173221
HSL0.570.620.65
HSV206°51°87°
CMYK 0.510.220.00   0.13
XYZ34.301438.358874.0027
Yxy38.35880.23390.2615
Hunter Lab61.9345-9.5260-27.4888
CIE-Lab68.2842-7.3123-30.5257

#6daddd color RGB value is (109,173,221).

#6daddd hex color red value is 109, green value is 173 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #6daddd hue: 0.57 , saturation: 0.62 and the lightness value of 6daddd is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 11011101
Octal 155 255 335
Decimal 109 173 221
Hex 6D AD DD

RGB Percentages of Color #6daddd

%21.67
%34.39
%43.94

CMYK Percentages of Color #6daddd

%51
%22
%0
%13

Triadic Colors of #6daddd

#6daddd #dd6dad #addd6d

Analogous Colors of #6daddd

#6daddd #6d75dd #6dddd5

Monochromatic Colors of #6daddd

#6daddd

Complementary Color

#6daddd #dd9d6d

#6daddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daddd Color CSS Codes

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

#6daddd Text Font Color

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

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


#6daddd Background Color

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

This div background color is #6daddd


#6daddd Border Color

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

This div border color is #6daddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daddd


Comments

No comments written yet.

Please login to write comment.