Color Hex Logo

#acc6be Color Hex

#ACC6BE
(172,198,190)
0 Favorites   0 Comments

Color spaces of #acc6be

RGB 172198190
HSL0.450.190.73
HSV162°13°78°
CMYK 0.130.000.04   0.22
XYZ46.501652.876556.4705
Yxy52.87650.29840.3393
Hunter Lab72.7162-13.10374.8575
CIE-Lab77.8020-10.33401.0395

#acc6be color RGB value is (172,198,190).

#acc6be hex color red value is 172, green value is 198 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #acc6be hue: 0.45 , saturation: 0.19 and the lightness value of acc6be is 0.73.

The process color (four color CMYK) of #acc6be color hex is 0.13, 0.00, 0.04, 0.22. Web safe color of #acc6be is #99cccc. Color #acc6be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 10111110
Octal 254 306 276
Decimal 172 198 190
Hex AC C6 BE

RGB Percentages of Color #acc6be

%30.71
%35.36
%33.93

CMYK Percentages of Color #acc6be

%13
%0
%4
%22

Triadic Colors of #acc6be

#acc6be #beacc6 #c6beac

Analogous Colors of #acc6be

#acc6be #acc1c6 #acc6b1

Monochromatic Colors of #acc6be

#acc6be

Complementary Color

#acc6be #c6acb4

#acc6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc6be Color CSS Codes

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

#acc6be Text Font Color

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

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


#acc6be Background Color

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

This div background color is #acc6be


#acc6be Border Color

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

This div border color is #acc6be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,198,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acc6be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acc6be;
  -webkit-box-shadow: 1px 1px 3px 2px #acc6be;
  box-shadow:         1px 1px 3px 2px #acc6be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc6be


Comments

No comments written yet.

Please login to write comment.