Color Hex Logo

#acaefe Color Hex

#ACAEFE
(172,174,254)
0 Favorites   0 Comments

Color spaces of #acaefe

RGB 172174254
HSL0.660.980.84
HSV239°32°100°
CMYK 0.320.310.00   0.00
XYZ50.038746.1985100.0458
Yxy46.19850.25490.2354
Hunter Lab67.969512.4640-39.6916
CIE-Lab73.674217.2049-39.8252

#acaefe color RGB value is (172,174,254).

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

The process color (four color CMYK) of #acaefe color hex is 0.32, 0.31, 0.00, 0.00. Web safe color of #acaefe is #9999ff. Color #acaefe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11111110
Octal 254 256 376
Decimal 172 174 254
Hex AC AE FE

RGB Percentages of Color #acaefe

%28.67
%29.00
%42.33

CMYK Percentages of Color #acaefe

%32
%31
%0
%0

Triadic Colors of #acaefe

#acaefe #feacae #aefeac

Analogous Colors of #acaefe

#acaefe #d3acfe #acd7fe

Monochromatic Colors of #acaefe

#acaefe

Complementary Color

#acaefe #fefcac

#acaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaefe Color CSS Codes

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

#acaefe Text Font Color

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

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


#acaefe Background Color

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

This div background color is #acaefe


#acaefe Border Color

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

This div border color is #acaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaefe

Related Colors


Comments

No comments written yet.

Please login to write comment.