Color Hex Logo

#acfbbe Color Hex

#ACFBBE
(172,251,190)
0 Favorites   0 Comments

Color spaces of #acfbbe

RGB 172251190
HSL0.370.910.83
HSV134°31°98°
CMYK 0.310.000.24   0.02
XYZ60.804781.482761.2382
Yxy81.48270.29880.4004
Hunter Lab90.2678-37.730322.9647
CIE-Lab92.3461-36.181921.7148

#acfbbe color RGB value is (172,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 10111110
Octal 254 373 276
Decimal 172 251 190
Hex AC FB BE

RGB Percentages of Color #acfbbe

%28.06
%40.95
%31.00

CMYK Percentages of Color #acfbbe

%31
%0
%24
%2

Triadic Colors of #acfbbe

#acfbbe #beacfb #fbbeac

Analogous Colors of #acfbbe

#acfbbe #acfbe6 #c2fbac

Monochromatic Colors of #acfbbe

#acfbbe

Complementary Color

#acfbbe #fbace9

#acfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfbbe Color CSS Codes

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

#acfbbe Text Font Color

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

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


#acfbbe Background Color

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

This div background color is #acfbbe


#acfbbe Border Color

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

This div border color is #acfbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfbbe


Comments

No comments written yet.

Please login to write comment.