Color Hex Logo

#acf5bd Color Hex

#ACF5BD
(172,245,189)
0 Favorites   0 Comments

Color spaces of #acf5bd

RGB 172245189
HSL0.370.780.82
HSV134°30°96°
CMYK 0.300.000.23   0.04
XYZ58.851077.749660.0495
Yxy77.74960.29930.3954
Hunter Lab88.1757-35.171521.3453
CIE-Lab90.6655-33.602719.8925

#acf5bd color RGB value is (172,245,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 10111101
Octal 254 365 275
Decimal 172 245 189
Hex AC F5 BD

RGB Percentages of Color #acf5bd

%28.38
%40.43
%31.19

CMYK Percentages of Color #acf5bd

%30
%0
%23
%4

Triadic Colors of #acf5bd

#acf5bd #bdacf5 #f5bdac

Analogous Colors of #acf5bd

#acf5bd #acf5e2 #c0f5ac

Monochromatic Colors of #acf5bd

#acf5bd

Complementary Color

#acf5bd #f5ace4

#acf5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf5bd Color CSS Codes

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

#acf5bd Text Font Color

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

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


#acf5bd Background Color

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

This div background color is #acf5bd


#acf5bd Border Color

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

This div border color is #acf5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf5bd


Comments

No comments written yet.

Please login to write comment.