Color Hex Logo

#6daddb Color Hex

#6DADDB
(109,173,219)
0 Favorites   0 Comments

Color spaces of #6daddb

RGB 109173219
HSL0.570.600.64
HSV205°50°86°
CMYK 0.500.210.00   0.14
XYZ34.036438.252872.6075
Yxy38.25280.23490.2640
Hunter Lab61.8488-10.0041-26.3093
CIE-Lab68.2065-7.8964-29.5475

#6daddb color RGB value is (109,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 11011011
Octal 155 255 333
Decimal 109 173 219
Hex 6D AD DB

RGB Percentages of Color #6daddb

%21.76
%34.53
%43.71

CMYK Percentages of Color #6daddb

%50
%21
%0
%14

Triadic Colors of #6daddb

#6daddb #db6dad #addb6d

Analogous Colors of #6daddb

#6daddb #6d76db #6ddbd2

Monochromatic Colors of #6daddb

#6daddb

Complementary Color

#6daddb #db9b6d

#6daddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daddb Color CSS Codes

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

#6daddb Text Font Color

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

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


#6daddb Background Color

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

This div background color is #6daddb


#6daddb Border Color

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

This div border color is #6daddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daddb


Comments

No comments written yet.

Please login to write comment.