Color Hex Logo

#accf9f Color Hex

#ACCF9F
(172,207,159)
0 Favorites   0 Comments

Color spaces of #accf9f

RGB 172207159
HSL0.290.330.72
HSV104°23°81°
CMYK 0.170.000.23   0.19
XYZ45.584155.899541.1880
Yxy55.89950.31950.3918
Hunter Lab74.7660-22.010719.6738
CIE-Lab79.5566-20.505120.1088

#accf9f color RGB value is (172,207,159).

#accf9f hex color red value is 172, green value is 207 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #accf9f hue: 0.29 , saturation: 0.33 and the lightness value of accf9f is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 10011111
Octal 254 317 237
Decimal 172 207 159
Hex AC CF 9F

RGB Percentages of Color #accf9f

%31.97
%38.48
%29.55

CMYK Percentages of Color #accf9f

%17
%0
%23
%19

Triadic Colors of #accf9f

#accf9f #9faccf #cf9fac

Analogous Colors of #accf9f

#accf9f #9fcfaa #c4cf9f

Monochromatic Colors of #accf9f

#accf9f

Complementary Color

#accf9f #c29fcf

#accf9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf9f Color CSS Codes

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

#accf9f Text Font Color

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

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


#accf9f Background Color

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

This div background color is #accf9f


#accf9f Border Color

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

This div border color is #accf9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf9f


Comments

No comments written yet.

Please login to write comment.