Color Hex Logo

#6daedf Color Hex

#6DAEDF
(109,174,223)
0 Favorites   0 Comments

Color spaces of #6daedf

RGB 109174223
HSL0.570.640.65
HSV206°51°87°
CMYK 0.510.220.00   0.13
XYZ34.762038.851075.4789
Yxy38.85100.23320.2606
Hunter Lab62.3306-9.5284-28.1655
CIE-Lab68.6432-7.2732-31.0683

#6daedf color RGB value is (109,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 11011111
Octal 155 256 337
Decimal 109 174 223
Hex 6D AE DF

RGB Percentages of Color #6daedf

%21.54
%34.39
%44.07

CMYK Percentages of Color #6daedf

%51
%22
%0
%13

Triadic Colors of #6daedf

#6daedf #df6dae #aedf6d

Analogous Colors of #6daedf

#6daedf #6d75df #6ddfd7

Monochromatic Colors of #6daedf

#6daedf

Complementary Color

#6daedf #df9e6d

#6daedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daedf Color CSS Codes

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

#6daedf Text Font Color

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

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


#6daedf Background Color

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

This div background color is #6daedf


#6daedf Border Color

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

This div border color is #6daedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daedf


Comments

No comments written yet.

Please login to write comment.