Color Hex Logo

#aceaeb Color Hex

#ACEAEB
(172,234,235)
0 Favorites   0 Comments

Color spaces of #aceaeb

RGB 172234235
HSL0.500.610.80
HSV181°27°92°
CMYK 0.270.000.00   0.08
XYZ61.431573.614589.5685
Yxy73.61450.27350.3277
Hunter Lab85.7989-22.3431-1.8357
CIE-Lab88.7400-19.1631-6.8105

#aceaeb color RGB value is (172,234,235).

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

The process color (four color CMYK) of #aceaeb color hex is 0.27, 0.00, 0.00, 0.08. Web safe color of #aceaeb is #99ffff. Color #aceaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 11101011
Octal 254 352 353
Decimal 172 234 235
Hex AC EA EB

RGB Percentages of Color #aceaeb

%26.83
%36.51
%36.66

CMYK Percentages of Color #aceaeb

%27
%0
%0
%8

Triadic Colors of #aceaeb

#aceaeb #ebacea #eaebac

Analogous Colors of #aceaeb

#aceaeb #accbeb #acebcd

Monochromatic Colors of #aceaeb

#aceaeb

Complementary Color

#aceaeb #ebadac

#aceaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaeb Color CSS Codes

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

#aceaeb Text Font Color

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

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


#aceaeb Background Color

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

This div background color is #aceaeb


#aceaeb Border Color

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

This div border color is #aceaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaeb


Comments

No comments written yet.

Please login to write comment.