Color Hex Logo

#acfbbc Color Hex

#ACFBBC
(172,251,188)
0 Favorites   0 Comments

Color spaces of #acfbbc

RGB 172251188
HSL0.370.910.83
HSV132°31°98°
CMYK 0.310.000.25   0.02
XYZ60.587581.395960.0946
Yxy81.39590.29980.4028
Hunter Lab90.2197-38.011823.6612
CIE-Lab92.3076-36.529622.6826

#acfbbc color RGB value is (172,251,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 10111100
Octal 254 373 274
Decimal 172 251 188
Hex AC FB BC

RGB Percentages of Color #acfbbc

%28.15
%41.08
%30.77

CMYK Percentages of Color #acfbbc

%31
%0
%25
%2

Triadic Colors of #acfbbc

#acfbbc #bcacfb #fbbcac

Analogous Colors of #acfbbc

#acfbbc #acfbe4 #c4fbac

Monochromatic Colors of #acfbbc

#acfbbc

Complementary Color

#acfbbc #fbaceb

#acfbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbbc Color CSS Codes

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

#acfbbc Text Font Color

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

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


#acfbbc Background Color

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

This div background color is #acfbbc


#acfbbc Border Color

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

This div border color is #acfbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbbc


Comments

No comments written yet.

Please login to write comment.