Color Hex Logo

#6daddf Color Hex

#6DADDF
(109,173,223)
0 Favorites   0 Comments

Color spaces of #6daddf

RGB 109173223
HSL0.570.640.65
HSV206°51°87°
CMYK 0.510.220.00   0.13
XYZ34.569538.466175.4147
Yxy38.46610.23290.2591
Hunter Lab62.0210-9.0439-28.6791
CIE-Lab68.3627-6.7257-31.5016

#6daddf color RGB value is (109,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101101 11011111
Octal 155 255 337
Decimal 109 173 223
Hex 6D AD DF

RGB Percentages of Color #6daddf

%21.58
%34.26
%44.16

CMYK Percentages of Color #6daddf

%51
%22
%0
%13

Triadic Colors of #6daddf

#6daddf #df6dad #addf6d

Analogous Colors of #6daddf

#6daddf #6d74df #6ddfd8

Monochromatic Colors of #6daddf

#6daddf

Complementary Color

#6daddf #df9f6d

#6daddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daddf Color CSS Codes

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

#6daddf Text Font Color

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

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


#6daddf Background Color

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

This div background color is #6daddf


#6daddf Border Color

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

This div border color is #6daddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daddf


Comments

No comments written yet.

Please login to write comment.