Color Hex Logo

#acaeeb Color Hex

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

Color spaces of #acaeeb

RGB 172174235
HSL0.660.610.80
HSV238°27°92°
CMYK 0.270.260.00   0.08
XYZ47.144745.040984.8062
Yxy45.04090.26640.2545
Hunter Lab67.11257.9444-27.9426
CIE-Lab72.918812.5223-30.7064

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

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

The process color (four color CMYK) of #acaeeb color hex is 0.27, 0.26, 0.00, 0.08. Web safe color of #acaeeb is #9999ff. Color #acaeeb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #acaeeb

%29.60
%29.95
%40.45

CMYK Percentages of Color #acaeeb

%27
%26
%0
%8

Triadic Colors of #acaeeb

#acaeeb #ebacae #aeebac

Analogous Colors of #acaeeb

#acaeeb #caaceb #acceeb

Monochromatic Colors of #acaeeb

#acaeeb

Complementary Color

#acaeeb #ebe9ac

#acaeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaeeb Color CSS Codes

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

#acaeeb Text Font Color

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

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


#acaeeb Background Color

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

This div background color is #acaeeb


#acaeeb Border Color

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

This div border color is #acaeeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,174,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 #acaeeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaeeb


Comments

No comments written yet.

Please login to write comment.