Color Hex Logo

#acfcc2 Color Hex

#ACFCC2
(172,252,194)
0 Favorites   0 Comments

Color spaces of #acfcc2

RGB 172252194
HSL0.380.930.83
HSV137°32°99°
CMYK 0.320.000.23   0.01
XYZ61.561382.286563.6772
Yxy82.28650.29660.3965
Hunter Lab90.7119-37.607521.8784
CIE-Lab92.7012-35.932920.1638

#acfcc2 color RGB value is (172,252,194).

#acfcc2 hex color red value is 172, green value is 252 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #acfcc2 hue: 0.38 , saturation: 0.93 and the lightness value of acfcc2 is 0.83.

The process color (four color CMYK) of #acfcc2 color hex is 0.32, 0.00, 0.23, 0.01. Web safe color of #acfcc2 is #99ffcc. Color #acfcc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11000010
Octal 254 374 302
Decimal 172 252 194
Hex AC FC C2

RGB Percentages of Color #acfcc2

%27.83
%40.78
%31.39

CMYK Percentages of Color #acfcc2

%32
%0
%23
%1

Triadic Colors of #acfcc2

#acfcc2 #c2acfc #fcc2ac

Analogous Colors of #acfcc2

#acfcc2 #acfcea #befcac

Monochromatic Colors of #acfcc2

#acfcc2

Complementary Color

#acfcc2 #fcace6

#acfcc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcc2 Color CSS Codes

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

#acfcc2 Text Font Color

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

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


#acfcc2 Background Color

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

This div background color is #acfcc2


#acfcc2 Border Color

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

This div border color is #acfcc2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,252,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 #acfcc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcc2


Comments

No comments written yet.

Please login to write comment.