Color Hex Logo

#acfffb Color Hex

#ACFFFB
(172,255,251)
0 Favorites   0 Comments

Color spaces of #acfffb

RGB 172255251
HSL0.491.000.84
HSV177°33°100°
CMYK 0.330.000.02   0.00
XYZ70.185887.2557104.4096
Yxy87.25570.26800.3332
Hunter Lab93.4108-29.3497-0.8837
CIE-Lab94.8467-25.8548-6.1077

#acfffb color RGB value is (172,255,251).

#acfffb hex color red value is 172, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #acfffb hue: 0.49 , saturation: 1.00 and the lightness value of acfffb is 0.84.

The process color (four color CMYK) of #acfffb color hex is 0.33, 0.00, 0.02, 0.00. Web safe color of #acfffb is #99ffff. Color #acfffb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11111011
Octal 254 377 373
Decimal 172 255 251
Hex AC FF FB

RGB Percentages of Color #acfffb

%25.37
%37.61
%37.02

CMYK Percentages of Color #acfffb

%33
%0
%2
%0

Triadic Colors of #acfffb

#acfffb #fbacff #fffbac

Analogous Colors of #acfffb

#acfffb #acdaff #acffd2

Monochromatic Colors of #acfffb

#acfffb

Complementary Color

#acfffb #ffacb0

#acfffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfffb Color CSS Codes

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

#acfffb Text Font Color

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

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


#acfffb Background Color

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

This div background color is #acfffb


#acfffb Border Color

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

This div border color is #acfffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfffb

Related Colors


Comments

No comments written yet.

Please login to write comment.