Color Hex Logo

#6acdae Color Hex

#6ACDAE
(106,205,174)
0 Favorites   0 Comments

Color spaces of #6acdae

RGB 106205174
HSL0.450.500.61
HSV161°48°80°
CMYK 0.480.000.15   0.20
XYZ35.415249.782847.7869
Yxy49.78280.26630.3743
Hunter Lab70.5569-33.87879.2338
CIE-Lab75.9358-36.48096.5206

#6acdae color RGB value is (106,205,174).

#6acdae hex color red value is 106, green value is 205 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #6acdae hue: 0.45 , saturation: 0.50 and the lightness value of 6acdae is 0.61.

The process color (four color CMYK) of #6acdae color hex is 0.48, 0.00, 0.15, 0.20. Web safe color of #6acdae is #66cc99. Color #6acdae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001101 10101110
Octal 152 315 256
Decimal 106 205 174
Hex 6A CD AE

RGB Percentages of Color #6acdae

%21.86
%42.27
%35.88

CMYK Percentages of Color #6acdae

%48
%0
%15
%20

Triadic Colors of #6acdae

#6acdae #ae6acd #cdae6a

Analogous Colors of #6acdae

#6acdae #6abbcd #6acd7d

Monochromatic Colors of #6acdae

#6acdae

Complementary Color

#6acdae #cd6a89

#6acdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6acdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#6acdae Color CSS Codes

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

#6acdae Text Font Color

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

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


#6acdae Background Color

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

This div background color is #6acdae


#6acdae Border Color

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

This div border color is #6acdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6acdae


Comments

No comments written yet.

Please login to write comment.