Color Hex Logo

#acaefd Color Hex

#ACAEFD
(172,174,253)
0 Favorites   0 Comments

Color spaces of #acaefd

RGB 172174253
HSL0.660.950.83
HSV239°32°99°
CMYK 0.320.310.00   0.01
XYZ49.878946.134699.2045
Yxy46.13460.25550.2363
Hunter Lab67.922512.2173-39.0506
CIE-Lab73.632816.9529-39.3500

#acaefd color RGB value is (172,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11111101
Octal 254 256 375
Decimal 172 174 253
Hex AC AE FD

RGB Percentages of Color #acaefd

%28.71
%29.05
%42.24

CMYK Percentages of Color #acaefd

%32
%31
%0
%1

Triadic Colors of #acaefd

#acaefd #fdacae #aefdac

Analogous Colors of #acaefd

#acaefd #d3acfd #acd7fd

Monochromatic Colors of #acaefd

#acaefd

Complementary Color

#acaefd #fdfbac

#acaefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaefd Color CSS Codes

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

#acaefd Text Font Color

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

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


#acaefd Background Color

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

This div background color is #acaefd


#acaefd Border Color

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

This div border color is #acaefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaefd


Comments

No comments written yet.

Please login to write comment.