Color Hex Logo

#accfc2 Color Hex

#ACCFC2
(172,207,194)
0 Favorites   0 Comments

Color spaces of #accfc2

RGB 172207194
HSL0.440.270.74
HSV158°17°81°
CMYK 0.170.000.06   0.19
XYZ49.063757.291359.5113
Yxy57.29130.29580.3454
Hunter Lab75.6910-16.75376.3675
CIE-Lab80.3432-14.18032.5868

#accfc2 color RGB value is (172,207,194).

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

The process color (four color CMYK) of #accfc2 color hex is 0.17, 0.00, 0.06, 0.19. Web safe color of #accfc2 is #99cccc. Color #accfc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001111 11000010
Octal 254 317 302
Decimal 172 207 194
Hex AC CF C2

RGB Percentages of Color #accfc2

%30.02
%36.13
%33.86

CMYK Percentages of Color #accfc2

%17
%0
%6
%19

Triadic Colors of #accfc2

#accfc2 #c2accf #cfc2ac

Analogous Colors of #accfc2

#accfc2 #accbcf #accfb1

Monochromatic Colors of #accfc2

#accfc2

Complementary Color

#accfc2 #cfacb9

#accfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accfc2 Color CSS Codes

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

#accfc2 Text Font Color

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

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


#accfc2 Background Color

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

This div background color is #accfc2


#accfc2 Border Color

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

This div border color is #accfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accfc2


Comments

No comments written yet.

Please login to write comment.