Color Hex Logo

#acebae Color Hex

#ACEBAE
(172,235,174)
0 Favorites   0 Comments

Color spaces of #acebae

RGB 172235174
HSL0.340.610.80
HSV122°27°92°
CMYK 0.270.000.26   0.08
XYZ54.361671.243350.9306
Yxy71.24330.30790.4036
Hunter Lab84.4057-32.747023.3083
CIE-Lab87.6031-31.526923.3743

#acebae color RGB value is (172,235,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 10101110
Octal 254 353 256
Decimal 172 235 174
Hex AC EB AE

RGB Percentages of Color #acebae

%29.60
%40.45
%29.95

CMYK Percentages of Color #acebae

%27
%0
%26
%8

Triadic Colors of #acebae

#acebae #aeaceb #ebaeac

Analogous Colors of #acebae

#acebae #acebce #caebac

Monochromatic Colors of #acebae

#acebae

Complementary Color

#acebae #ebace9

#acebae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebae Color CSS Codes

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

#acebae Text Font Color

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

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


#acebae Background Color

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

This div background color is #acebae


#acebae Border Color

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

This div border color is #acebae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebae


Comments

No comments written yet.

Please login to write comment.