Color Hex Logo

#acaef1 Color Hex

#ACAEF1
(172,174,241)
0 Favorites   0 Comments

Color spaces of #acaef1

RGB 172174241
HSL0.660.710.81
HSV238°29°95°
CMYK 0.290.280.00   0.05
XYZ48.026545.393689.4497
Yxy45.39360.26260.2482
Hunter Lab67.37489.3336-31.5537
CIE-Lab73.150313.9769-33.6063

#acaef1 color RGB value is (172,174,241).

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

The process color (four color CMYK) of #acaef1 color hex is 0.29, 0.28, 0.00, 0.05. Web safe color of #acaef1 is #9999ff. Color #acaef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11110001
Octal 254 256 361
Decimal 172 174 241
Hex AC AE F1

RGB Percentages of Color #acaef1

%29.30
%29.64
%41.06

CMYK Percentages of Color #acaef1

%29
%28
%0
%5

Triadic Colors of #acaef1

#acaef1 #f1acae #aef1ac

Analogous Colors of #acaef1

#acaef1 #cdacf1 #acd1f1

Monochromatic Colors of #acaef1

#acaef1

Complementary Color

#acaef1 #f1efac

#acaef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaef1 Color CSS Codes

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

#acaef1 Text Font Color

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

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


#acaef1 Background Color

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

This div background color is #acaef1


#acaef1 Border Color

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

This div border color is #acaef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaef1


Comments

No comments written yet.

Please login to write comment.