Color Hex Logo

#acf5be Color Hex

#ACF5BE
(172,245,190)
0 Favorites   0 Comments

Color spaces of #acf5be

RGB 172245190
HSL0.370.780.82
HSV135°30°96°
CMYK 0.300.000.22   0.04
XYZ58.959977.793260.6233
Yxy77.79320.29870.3941
Hunter Lab88.2005-35.027820.9882
CIE-Lab90.6855-33.426019.4061

#acf5be color RGB value is (172,245,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110101 10111110
Octal 254 365 276
Decimal 172 245 190
Hex AC F5 BE

RGB Percentages of Color #acf5be

%28.34
%40.36
%31.30

CMYK Percentages of Color #acf5be

%30
%0
%22
%4

Triadic Colors of #acf5be

#acf5be #beacf5 #f5beac

Analogous Colors of #acf5be

#acf5be #acf5e3 #bff5ac

Monochromatic Colors of #acf5be

#acf5be

Complementary Color

#acf5be #f5ace3

#acf5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf5be Color CSS Codes

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

#acf5be Text Font Color

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

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


#acf5be Background Color

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

This div background color is #acf5be


#acf5be Border Color

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

This div border color is #acf5be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf5be


Comments

No comments written yet.

Please login to write comment.