Color Hex Logo

#acfecb Color Hex

#ACFECB
(172,254,203)
0 Favorites   0 Comments

Color spaces of #acfecb

RGB 172254203
HSL0.400.980.84
HSV143°32°100°
CMYK 0.320.000.20   0.00
XYZ63.234683.966169.3742
Yxy83.96610.29200.3877
Hunter Lab91.6330-37.177619.2554
CIE-Lab93.4358-35.214816.5843

#acfecb color RGB value is (172,254,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11001011
Octal 254 376 313
Decimal 172 254 203
Hex AC FE CB

RGB Percentages of Color #acfecb

%27.34
%40.38
%32.27

CMYK Percentages of Color #acfecb

%32
%0
%20
%0

Triadic Colors of #acfecb

#acfecb #cbacfe #fecbac

Analogous Colors of #acfecb

#acfecb #acfef4 #b6feac

Monochromatic Colors of #acfecb

#acfecb

Complementary Color

#acfecb #feacdf

#acfecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfecb Color CSS Codes

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

#acfecb Text Font Color

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

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


#acfecb Background Color

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

This div background color is #acfecb


#acfecb Border Color

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

This div border color is #acfecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfecb

Related Colors


Comments

No comments written yet.

Please login to write comment.