Color Hex Logo

#acfebe Color Hex

#ACFEBE
(172,254,190)
0 Favorites   0 Comments

Color spaces of #acfebe

RGB 172254190
HSL0.370.980.84
HSV133°32°100°
CMYK 0.320.000.25   0.00
XYZ61.749383.372061.5531
Yxy83.37200.29880.4034
Hunter Lab91.3083-39.074823.9470
CIE-Lab93.1771-37.544322.8651

#acfebe color RGB value is (172,254,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 10111110
Octal 254 376 276
Decimal 172 254 190
Hex AC FE BE

RGB Percentages of Color #acfebe

%27.92
%41.23
%30.84

CMYK Percentages of Color #acfebe

%32
%0
%25
%0

Triadic Colors of #acfebe

#acfebe #beacfe #febeac

Analogous Colors of #acfebe

#acfebe #acfee7 #c3feac

Monochromatic Colors of #acfebe

#acfebe

Complementary Color

#acfebe #feacec

#acfebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfebe Color CSS Codes

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

#acfebe Text Font Color

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

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


#acfebe Background Color

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

This div background color is #acfebe


#acfebe Border Color

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

This div border color is #acfebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfebe

Related Colors


Comments

No comments written yet.

Please login to write comment.