Color Hex Logo

#acfabb Color Hex

#ACFABB
(172,250,187)
0 Favorites   0 Comments

Color spaces of #acfabb

RGB 172250187
HSL0.370.890.83
HSV132°31°98°
CMYK 0.310.000.25   0.02
XYZ60.168580.729759.4249
Yxy80.72970.30040.4030
Hunter Lab89.8497-37.703223.6815
CIE-Lab92.0113-36.246722.7834

#acfabb color RGB value is (172,250,187).

#acfabb hex color red value is 172, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #acfabb hue: 0.37 , saturation: 0.89 and the lightness value of acfabb is 0.83.

The process color (four color CMYK) of #acfabb color hex is 0.31, 0.00, 0.25, 0.02. Web safe color of #acfabb is #99ffcc. Color #acfabb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 10111011
Octal 254 372 273
Decimal 172 250 187
Hex AC FA BB

RGB Percentages of Color #acfabb

%28.24
%41.05
%30.71

CMYK Percentages of Color #acfabb

%31
%0
%25
%2

Triadic Colors of #acfabb

#acfabb #bbacfa #fabbac

Analogous Colors of #acfabb

#acfabb #acfae2 #c4faac

Monochromatic Colors of #acfabb

#acfabb

Complementary Color

#acfabb #faaceb

#acfabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfabb Color CSS Codes

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

#acfabb Text Font Color

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

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


#acfabb Background Color

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

This div background color is #acfabb


#acfabb Border Color

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

This div border color is #acfabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfabb


Comments

No comments written yet.

Please login to write comment.