Color Hex Logo

#acf9bf Color Hex

#ACF9BF
(172,249,191)
0 Favorites   0 Comments

Color spaces of #acf9bf

RGB 172249191
HSL0.370.870.83
HSV135°31°98°
CMYK 0.310.000.23   0.02
XYZ60.292980.283661.6087
Yxy80.28360.29820.3971
Hunter Lab89.6011-36.688721.9537
CIE-Lab91.8120-35.091920.4617

#acf9bf color RGB value is (172,249,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 10111111
Octal 254 371 277
Decimal 172 249 191
Hex AC F9 BF

RGB Percentages of Color #acf9bf

%28.10
%40.69
%31.21

CMYK Percentages of Color #acf9bf

%31
%0
%23
%2

Triadic Colors of #acf9bf

#acf9bf #bfacf9 #f9bfac

Analogous Colors of #acf9bf

#acf9bf #acf9e6 #c0f9ac

Monochromatic Colors of #acf9bf

#acf9bf

Complementary Color

#acf9bf #f9ace6

#acf9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf9bf Color CSS Codes

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

#acf9bf Text Font Color

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

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


#acf9bf Background Color

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

This div background color is #acf9bf


#acf9bf Border Color

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

This div border color is #acf9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf9bf


Comments

No comments written yet.

Please login to write comment.