Color Hex Logo

#accfaa Color Hex

#ACCFAA
(172,207,170)
0 Favorites   0 Comments

Color spaces of #accfaa

RGB 172207170
HSL0.320.280.74
HSV117°18°81°
CMYK 0.170.000.18   0.19
XYZ46.581856.298646.4418
Yxy56.29860.31200.3770
Hunter Lab75.0324-20.489915.8247
CIE-Lab79.7835-18.648214.5943

#accfaa color RGB value is (172,207,170).

#accfaa hex color red value is 172, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #accfaa hue: 0.32 , saturation: 0.28 and the lightness value of accfaa is 0.74.

The process color (four color CMYK) of #accfaa color hex is 0.17, 0.00, 0.18, 0.19. Web safe color of #accfaa is #99cc99. Color #accfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 10101010
Octal 254 317 252
Decimal 172 207 170
Hex AC CF AA

RGB Percentages of Color #accfaa

%31.33
%37.70
%30.97

CMYK Percentages of Color #accfaa

%17
%0
%18
%19

Triadic Colors of #accfaa

#accfaa #aaaccf #cfaaac

Analogous Colors of #accfaa

#accfaa #aacfbb #bfcfaa

Monochromatic Colors of #accfaa

#accfaa

Complementary Color

#accfaa #cdaacf

#accfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfaa Color CSS Codes

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

#accfaa Text Font Color

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

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


#accfaa Background Color

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

This div background color is #accfaa


#accfaa Border Color

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

This div border color is #accfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfaa


Comments

No comments written yet.

Please login to write comment.