Color Hex Logo

#acebe0 Color Hex

#ACEBE0
(172,235,224)
0 Favorites   0 Comments

Color spaces of #acebe0

RGB 172235224
HSL0.470.610.80
HSV170°27°92°
CMYK 0.270.000.05   0.08
XYZ60.176173.569181.5497
Yxy73.56910.27950.3417
Hunter Lab85.7724-24.87003.6697
CIE-Lab88.7184-22.0353-1.0795

#acebe0 color RGB value is (172,235,224).

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

The process color (four color CMYK) of #acebe0 color hex is 0.27, 0.00, 0.05, 0.08. Web safe color of #acebe0 is #99ffcc. Color #acebe0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 11100000
Octal 254 353 340
Decimal 172 235 224
Hex AC EB E0

RGB Percentages of Color #acebe0

%27.26
%37.24
%35.50

CMYK Percentages of Color #acebe0

%27
%0
%5
%8

Triadic Colors of #acebe0

#acebe0 #e0aceb #ebe0ac

Analogous Colors of #acebe0

#acebe0 #acd7eb #acebc1

Monochromatic Colors of #acebe0

#acebe0

Complementary Color

#acebe0 #ebacb7

#acebe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebe0 Color CSS Codes

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

#acebe0 Text Font Color

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

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


#acebe0 Background Color

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

This div background color is #acebe0


#acebe0 Border Color

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

This div border color is #acebe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebe0


Comments

No comments written yet.

Please login to write comment.