Color Hex Logo

#6daead Color Hex

#6DAEAD
(109,174,173)
0 Favorites   0 Comments

Color spaces of #6daead

RGB 109174173
HSL0.500.290.55
HSV179°37°68°
CMYK 0.370.000.01   0.32
XYZ28.985636.540445.0605
Yxy36.54040.26210.3304
Hunter Lab60.4487-20.1930-1.8827
CIE-Lab66.9308-20.9089-6.0579

#6daead color RGB value is (109,174,173).

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

The process color (four color CMYK) of #6daead color hex is 0.37, 0.00, 0.01, 0.32. Web safe color of #6daead is #669999. Color #6daead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101101 10101110 10101101
Octal 155 256 255
Decimal 109 174 173
Hex 6D AE AD

RGB Percentages of Color #6daead

%23.90
%38.16
%37.94

CMYK Percentages of Color #6daead

%37
%0
%1
%32

Triadic Colors of #6daead

#6daead #ad6dae #aead6d

Analogous Colors of #6daead

#6daead #6d8fae #6dae8d

Monochromatic Colors of #6daead

#6daead

Complementary Color

#6daead #ae6d6e

#6daead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6daead Color Preview on White Background

Lorem ipsum dolor sit amet.

#6daead Color CSS Codes

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

#6daead Text Font Color

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

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


#6daead Background Color

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

This div background color is #6daead


#6daead Border Color

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

This div border color is #6daead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6daead


Comments

No comments written yet.

Please login to write comment.