Color Hex Logo

#6daded Color Hex

#6DADED
(109,173,237)
0 Favorites   0 Comments

Color spaces of #6daded

RGB 109173237
HSL0.580.780.68
HSV210°54°93°
CMYK 0.540.270.00   0.07
XYZ36.536339.252885.7716
Yxy39.25280.22610.2430
Hunter Lab62.6521-5.5467-37.3125
CIE-Lab68.9340-2.5438-38.2724

#6daded color RGB value is (109,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 11101101
Octal 155 255 355
Decimal 109 173 237
Hex 6D AD ED

RGB Percentages of Color #6daded

%21.00
%33.33
%45.66

CMYK Percentages of Color #6daded

%54
%27
%0
%7

Triadic Colors of #6daded

#6daded #ed6dad #aded6d

Analogous Colors of #6daded

#6daded #6d6ded #6deded

Monochromatic Colors of #6daded

#6daded

Complementary Color

#6daded #edad6d

#6daded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daded Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daded Color CSS Codes

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

#6daded Text Font Color

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

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


#6daded Background Color

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

This div background color is #6daded


#6daded Border Color

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

This div border color is #6daded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daded


Comments

No comments written yet.

Please login to write comment.