Color Hex Logo

#acaecf Color Hex

#ACAECF
(172,174,207)
0 Favorites   0 Comments

Color spaces of #acaecf

RGB 172174207
HSL0.660.270.74
HSV237°17°81°
CMYK 0.170.160.00   0.19
XYZ43.411843.547865.1490
Yxy43.54780.28540.2863
Hunter Lab65.99081.9418-12.3402
CIE-Lab71.92526.0703-16.9356

#acaecf color RGB value is (172,174,207).

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

The process color (four color CMYK) of #acaecf color hex is 0.17, 0.16, 0.00, 0.19. Web safe color of #acaecf is #9999cc. Color #acaecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11001111
Octal 254 256 317
Decimal 172 174 207
Hex AC AE CF

RGB Percentages of Color #acaecf

%31.10
%31.46
%37.43

CMYK Percentages of Color #acaecf

%17
%16
%0
%19

Triadic Colors of #acaecf

#acaecf #cfacae #aecfac

Analogous Colors of #acaecf

#acaecf #bcaccf #acc0cf

Monochromatic Colors of #acaecf

#acaecf

Complementary Color

#acaecf #cfcdac

#acaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaecf Color CSS Codes

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

#acaecf Text Font Color

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

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


#acaecf Background Color

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

This div background color is #acaecf


#acaecf Border Color

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

This div border color is #acaecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaecf


Comments

No comments written yet.

Please login to write comment.