Color Hex Logo

#6dadd0 Color Hex

#6DADD0
(109,173,208)
0 Favorites   0 Comments

Color spaces of #6dadd0

RGB 109173208
HSL0.560.510.62
HSV201°48°82°
CMYK 0.480.170.00   0.18
XYZ32.635437.692465.2298
Yxy37.69240.24070.2781
Hunter Lab61.3941-12.5541-20.0183
CIE-Lab67.7933-11.0554-24.1292

#6dadd0 color RGB value is (109,173,208).

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

The process color (four color CMYK) of #6dadd0 color hex is 0.48, 0.17, 0.00, 0.18. Web safe color of #6dadd0 is #6699cc. Color #6dadd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 11010000
Octal 155 255 320
Decimal 109 173 208
Hex 6D AD D0

RGB Percentages of Color #6dadd0

%22.24
%35.31
%42.45

CMYK Percentages of Color #6dadd0

%48
%17
%0
%18

Triadic Colors of #6dadd0

#6dadd0 #d06dad #add06d

Analogous Colors of #6dadd0

#6dadd0 #6d7cd0 #6dd0c2

Monochromatic Colors of #6dadd0

#6dadd0

Complementary Color

#6dadd0 #d0906d

#6dadd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6dadd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6dadd0 Color CSS Codes

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

#6dadd0 Text Font Color

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

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


#6dadd0 Background Color

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

This div background color is #6dadd0


#6dadd0 Border Color

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

This div border color is #6dadd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6dadd0


Comments

No comments written yet.

Please login to write comment.