Color Hex Logo

#6daeaf Color Hex

#6DAEAF
(109,174,175)
0 Favorites   0 Comments

Color spaces of #6daeaf

RGB 109174175
HSL0.500.290.56
HSV181°38°69°
CMYK 0.380.010.00   0.31
XYZ29.180636.618546.0875
Yxy36.61850.26080.3273
Hunter Lab60.5132-19.8221-2.7966
CIE-Lab66.9898-20.4104-7.0799

#6daeaf color RGB value is (109,174,175).

#6daeaf hex color red value is 109, green value is 174 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6daeaf hue: 0.50 , saturation: 0.29 and the lightness value of 6daeaf is 0.56.

The process color (four color CMYK) of #6daeaf color hex is 0.38, 0.01, 0.00, 0.31. Web safe color of #6daeaf is #669999. Color #6daeaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 10101111
Octal 155 256 257
Decimal 109 174 175
Hex 6D AE AF

RGB Percentages of Color #6daeaf

%23.80
%37.99
%38.21

CMYK Percentages of Color #6daeaf

%38
%1
%0
%31

Triadic Colors of #6daeaf

#6daeaf #af6dae #aeaf6d

Analogous Colors of #6daeaf

#6daeaf #6d8daf #6daf8f

Monochromatic Colors of #6daeaf

#6daeaf

Complementary Color

#6daeaf #af6e6d

#6daeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daeaf Color CSS Codes

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

#6daeaf Text Font Color

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

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


#6daeaf Background Color

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

This div background color is #6daeaf


#6daeaf Border Color

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

This div border color is #6daeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daeaf


Comments

No comments written yet.

Please login to write comment.