Color Hex Logo

#acaeed Color Hex

#ACAEED
(172,174,237)
0 Favorites   0 Comments

Color spaces of #acaeed

RGB 172174237
HSL0.660.640.80
HSV238°27°93°
CMYK 0.270.270.00   0.07
XYZ47.435445.157286.3369
Yxy45.15720.26510.2524
Hunter Lab67.19918.4035-29.1360
CIE-Lab72.995313.0045-31.6751

#acaeed color RGB value is (172,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11101101
Octal 254 256 355
Decimal 172 174 237
Hex AC AE ED

RGB Percentages of Color #acaeed

%29.50
%29.85
%40.65

CMYK Percentages of Color #acaeed

%27
%27
%0
%7

Triadic Colors of #acaeed

#acaeed #edacae #aeedac

Analogous Colors of #acaeed

#acaeed #cbaced #accfed

Monochromatic Colors of #acaeed

#acaeed

Complementary Color

#acaeed #edebac

#acaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaeed Color CSS Codes

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

#acaeed Text Font Color

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

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


#acaeed Background Color

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

This div background color is #acaeed


#acaeed Border Color

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

This div border color is #acaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaeed


Comments

No comments written yet.

Please login to write comment.