Color Hex Logo

#acf4bd Color Hex

#ACF4BD
(172,244,189)
0 Favorites   0 Comments

Color spaces of #acf4bd

RGB 172244189
HSL0.370.770.82
HSV134°30°96°
CMYK 0.300.000.23   0.04
XYZ58.549277.146159.9489
Yxy77.14610.29930.3943
Hunter Lab87.8329-34.719821.0156
CIE-Lab90.3888-33.139819.5071

#acf4bd color RGB value is (172,244,189).

#acf4bd hex color red value is 172, green value is 244 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #acf4bd hue: 0.37 , saturation: 0.77 and the lightness value of acf4bd is 0.82.

The process color (four color CMYK) of #acf4bd color hex is 0.30, 0.00, 0.23, 0.04. Web safe color of #acf4bd is #99ffcc. Color #acf4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 10111101
Octal 254 364 275
Decimal 172 244 189
Hex AC F4 BD

RGB Percentages of Color #acf4bd

%28.43
%40.33
%31.24

CMYK Percentages of Color #acf4bd

%30
%0
%23
%4

Triadic Colors of #acf4bd

#acf4bd #bdacf4 #f4bdac

Analogous Colors of #acf4bd

#acf4bd #acf4e1 #bff4ac

Monochromatic Colors of #acf4bd

#acf4bd

Complementary Color

#acf4bd #f4ace3

#acf4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf4bd Color CSS Codes

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

#acf4bd Text Font Color

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

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


#acf4bd Background Color

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

This div background color is #acf4bd


#acf4bd Border Color

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

This div border color is #acf4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf4bd


Comments

No comments written yet.

Please login to write comment.