Color Hex Logo

#acfccb Color Hex

#ACFCCB
(172,252,203)
0 Favorites   0 Comments

Color spaces of #acfccb

RGB 172252203
HSL0.400.930.83
HSV143°32°99°
CMYK 0.320.000.19   0.01
XYZ62.603282.703369.1637
Yxy82.70330.29190.3856
Hunter Lab90.9414-36.269618.5671
CIE-Lab92.8844-34.295715.8079

#acfccb color RGB value is (172,252,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 11001011
Octal 254 374 313
Decimal 172 252 203
Hex AC FC CB

RGB Percentages of Color #acfccb

%27.43
%40.19
%32.38

CMYK Percentages of Color #acfccb

%32
%0
%19
%1

Triadic Colors of #acfccb

#acfccb #cbacfc #fccbac

Analogous Colors of #acfccb

#acfccb #acfcf3 #b5fcac

Monochromatic Colors of #acfccb

#acfccb

Complementary Color

#acfccb #fcacdd

#acfccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfccb Color CSS Codes

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

#acfccb Text Font Color

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

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


#acfccb Background Color

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

This div background color is #acfccb


#acfccb Border Color

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

This div border color is #acfccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfccb


Comments

No comments written yet.

Please login to write comment.