Color Hex Logo

#acfcc3 Color Hex

#ACFCC3
(172,252,195)
0 Favorites   0 Comments

Color spaces of #acfcc3

RGB 172252195
HSL0.380.930.83
HSV137°32°99°
CMYK 0.320.000.23   0.01
XYZ61.674082.331664.2708
Yxy82.33160.29610.3953
Hunter Lab90.7368-37.462421.5194
CIE-Lab92.7210-35.754719.6799

#acfcc3 color RGB value is (172,252,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11000011
Octal 254 374 303
Decimal 172 252 195
Hex AC FC C3

RGB Percentages of Color #acfcc3

%27.79
%40.71
%31.50

CMYK Percentages of Color #acfcc3

%32
%0
%23
%1

Triadic Colors of #acfcc3

#acfcc3 #c3acfc #fcc3ac

Analogous Colors of #acfcc3

#acfcc3 #acfceb #bdfcac

Monochromatic Colors of #acfcc3

#acfcc3

Complementary Color

#acfcc3 #fcace5

#acfcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcc3 Color CSS Codes

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

#acfcc3 Text Font Color

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

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


#acfcc3 Background Color

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

This div background color is #acfcc3


#acfcc3 Border Color

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

This div border color is #acfcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcc3

Related Colors


Comments

No comments written yet.

Please login to write comment.