Color Hex Logo

#6accac Color Hex

#6ACCAC
(106,204,172)
0 Favorites   0 Comments

Color spaces of #6accac

RGB 106204172
HSL0.450.490.61
HSV160°48°80°
CMYK 0.480.000.16   0.20
XYZ34.983149.228546.6880
Yxy49.22850.26730.3761
Hunter Lab70.1630-33.78579.6613
CIE-Lab75.5933-36.47397.1042

#6accac color RGB value is (106,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 10101100
Octal 152 314 254
Decimal 106 204 172
Hex 6A CC AC

RGB Percentages of Color #6accac

%21.99
%42.32
%35.68

CMYK Percentages of Color #6accac

%48
%0
%16
%20

Triadic Colors of #6accac

#6accac #ac6acc #ccac6a

Analogous Colors of #6accac

#6accac #6abbcc #6acc7b

Monochromatic Colors of #6accac

#6accac

Complementary Color

#6accac #cc6a8a

#6accac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6accac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6accac Color CSS Codes

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

#6accac Text Font Color

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

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


#6accac Background Color

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

This div background color is #6accac


#6accac Border Color

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

This div border color is #6accac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6accac

#6accac Color Palettes


Comments

No comments written yet.

Please login to write comment.