Color Hex Logo

#acaebe Color Hex

#ACAEBE
(172,174,190)
0 Favorites   0 Comments

Color spaces of #acaebe

RGB 172174190
HSL0.650.120.71
HSV233°75°
CMYK 0.090.080.00   0.25
XYZ41.443642.760554.7845
Yxy42.76050.29820.3077
Hunter Lab65.3915-1.3061-3.8986
CIE-Lab71.39212.4587-8.3967

#acaebe color RGB value is (172,174,190).

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

The process color (four color CMYK) of #acaebe color hex is 0.09, 0.08, 0.00, 0.25. Web safe color of #acaebe is #9999cc. Color #acaebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 10111110
Octal 254 256 276
Decimal 172 174 190
Hex AC AE BE

RGB Percentages of Color #acaebe

%32.09
%32.46
%35.45

CMYK Percentages of Color #acaebe

%9
%8
%0
%25

Triadic Colors of #acaebe

#acaebe #beacae #aebeac

Analogous Colors of #acaebe

#acaebe #b3acbe #acb7be

Monochromatic Colors of #acaebe

#acaebe

Complementary Color

#acaebe #bebcac

#acaebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaebe Color CSS Codes

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

#acaebe Text Font Color

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

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


#acaebe Background Color

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

This div background color is #acaebe


#acaebe Border Color

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

This div border color is #acaebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaebe


Comments

No comments written yet.

Please login to write comment.