Color Hex Logo

#6daddc Color Hex

#6DADDC
(109,173,220)
0 Favorites   0 Comments

Color spaces of #6daddc

RGB 109173220
HSL0.570.610.65
HSV205°50°86°
CMYK 0.500.210.00   0.14
XYZ34.168538.305773.3030
Yxy38.30570.23440.2628
Hunter Lab61.8916-9.7658-26.8976
CIE-Lab68.2453-7.6049-30.0368

#6daddc color RGB value is (109,173,220).

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

The process color (four color CMYK) of #6daddc color hex is 0.50, 0.21, 0.00, 0.14. Web safe color of #6daddc is #6699cc. Color #6daddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 11011100
Octal 155 255 334
Decimal 109 173 220
Hex 6D AD DC

RGB Percentages of Color #6daddc

%21.71
%34.46
%43.82

CMYK Percentages of Color #6daddc

%50
%21
%0
%14

Triadic Colors of #6daddc

#6daddc #dc6dad #addc6d

Analogous Colors of #6daddc

#6daddc #6d76dc #6ddcd4

Monochromatic Colors of #6daddc

#6daddc

Complementary Color

#6daddc #dc9c6d

#6daddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daddc Color CSS Codes

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

#6daddc Text Font Color

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

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


#6daddc Background Color

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

This div background color is #6daddc


#6daddc Border Color

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

This div border color is #6daddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daddc


Comments

No comments written yet.

Please login to write comment.