Color Hex Logo

#acfcbe Color Hex

#ACFCBE
(172,252,190)
0 Favorites   0 Comments

Color spaces of #acfcbe

RGB 172252190
HSL0.370.930.83
HSV134°32°99°
CMYK 0.320.000.25   0.01
XYZ61.117982.109261.3426
Yxy82.10920.29880.4014
Hunter Lab90.6141-38.179123.2926
CIE-Lab92.6230-36.637322.0986

#acfcbe color RGB value is (172,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 10111110
Octal 254 374 276
Decimal 172 252 190
Hex AC FC BE

RGB Percentages of Color #acfcbe

%28.01
%41.04
%30.94

CMYK Percentages of Color #acfcbe

%32
%0
%25
%1

Triadic Colors of #acfcbe

#acfcbe #beacfc #fcbeac

Analogous Colors of #acfcbe

#acfcbe #acfce6 #c2fcac

Monochromatic Colors of #acfcbe

#acfcbe

Complementary Color

#acfcbe #fcacea

#acfcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfcbe Color CSS Codes

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

#acfcbe Text Font Color

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

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


#acfcbe Background Color

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

This div background color is #acfcbe


#acfcbe Border Color

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

This div border color is #acfcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,252,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 #acfcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfcbe


Comments

No comments written yet.

Please login to write comment.