Color Hex Logo

#6accaf Color Hex

#6ACCAF
(106,204,175)
0 Favorites   0 Comments

Color spaces of #6accaf

RGB 106204175
HSL0.450.490.61
HSV162°48°80°
CMYK 0.480.000.14   0.20
XYZ35.274649.345048.2228
Yxy49.34500.26550.3715
Hunter Lab70.2460-33.29538.4705
CIE-Lab75.6655-35.79265.5939

#6accaf color RGB value is (106,204,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11001100 10101111
Octal 152 314 257
Decimal 106 204 175
Hex 6A CC AF

RGB Percentages of Color #6accaf

%21.86
%42.06
%36.08

CMYK Percentages of Color #6accaf

%48
%0
%14
%20

Triadic Colors of #6accaf

#6accaf #af6acc #ccaf6a

Analogous Colors of #6accaf

#6accaf #6ab8cc #6acc7e

Monochromatic Colors of #6accaf

#6accaf

Complementary Color

#6accaf #cc6a87

#6accaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6accaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6accaf Color CSS Codes

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

#6accaf Text Font Color

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

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


#6accaf Background Color

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

This div background color is #6accaf


#6accaf Border Color

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

This div border color is #6accaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6accaf


Comments

No comments written yet.

Please login to write comment.