Color Hex Logo

#acebaf Color Hex

#ACEBAF
(172,235,175)
0 Favorites   0 Comments

Color spaces of #acebaf

RGB 172235175
HSL0.340.610.80
HSV123°27°92°
CMYK 0.270.000.26   0.08
XYZ54.459571.282551.4460
Yxy71.28250.30740.4023
Hunter Lab84.4290-32.612222.9725
CIE-Lab87.6221-31.359822.8852

#acebaf color RGB value is (172,235,175).

#acebaf hex color red value is 172, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #acebaf hue: 0.34 , saturation: 0.61 and the lightness value of acebaf is 0.80.

The process color (four color CMYK) of #acebaf color hex is 0.27, 0.00, 0.26, 0.08. Web safe color of #acebaf is #99ff99. Color #acebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 10101111
Octal 254 353 257
Decimal 172 235 175
Hex AC EB AF

RGB Percentages of Color #acebaf

%29.55
%40.38
%30.07

CMYK Percentages of Color #acebaf

%27
%0
%26
%8

Triadic Colors of #acebaf

#acebaf #afaceb #ebafac

Analogous Colors of #acebaf

#acebaf #acebcf #c9ebac

Monochromatic Colors of #acebaf

#acebaf

Complementary Color

#acebaf #ebace8

#acebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebaf Color CSS Codes

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

#acebaf Text Font Color

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

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


#acebaf Background Color

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

This div background color is #acebaf


#acebaf Border Color

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

This div border color is #acebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebaf


Comments

No comments written yet.

Please login to write comment.