Color Hex Logo

#accf9e Color Hex

#ACCF9E
(172,207,158)
0 Favorites   0 Comments

Color spaces of #accf9e

RGB 172207158
HSL0.290.340.72
HSV103°24°81°
CMYK 0.170.000.24   0.19
XYZ45.497655.864940.7328
Yxy55.86490.32020.3932
Hunter Lab74.7428-22.143120.0085
CIE-Lab79.5369-20.667820.6096

#accf9e color RGB value is (172,207,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 10011110
Octal 254 317 236
Decimal 172 207 158
Hex AC CF 9E

RGB Percentages of Color #accf9e

%32.03
%38.55
%29.42

CMYK Percentages of Color #accf9e

%17
%0
%24
%19

Triadic Colors of #accf9e

#accf9e #9eaccf #cf9eac

Analogous Colors of #accf9e

#accf9e #9ecfa9 #c5cf9e

Monochromatic Colors of #accf9e

#accf9e

Complementary Color

#accf9e #c19ecf

#accf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#accf9e Color CSS Codes

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

#accf9e Text Font Color

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

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


#accf9e Background Color

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

This div background color is #accf9e


#accf9e Border Color

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

This div border color is #accf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accf9e


Comments

No comments written yet.

Please login to write comment.