Color Hex Logo

#aaccbe Color Hex

#AACCBE
(170,204,190)
0 Favorites   0 Comments

Color spaces of #aaccbe

RGB 170204190
HSL0.430.250.73
HSV155°17°80°
CMYK 0.170.000.07   0.20
XYZ47.464755.449556.9164
Yxy55.44950.29700.3469
Hunter Lab74.4644-16.53436.8072
CIE-Lab79.2995-14.08713.1995

#aaccbe color RGB value is (170,204,190).

#aaccbe hex color red value is 170, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aaccbe hue: 0.43 , saturation: 0.25 and the lightness value of aaccbe is 0.73.

The process color (four color CMYK) of #aaccbe color hex is 0.17, 0.00, 0.07, 0.20. Web safe color of #aaccbe is #99cccc. Color #aaccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 10111110
Octal 252 314 276
Decimal 170 204 190
Hex AA CC BE

RGB Percentages of Color #aaccbe

%30.14
%36.17
%33.69

CMYK Percentages of Color #aaccbe

%17
%0
%7
%20

Triadic Colors of #aaccbe

#aaccbe #beaacc #ccbeaa

Analogous Colors of #aaccbe

#aaccbe #aac9cc #aaccad

Monochromatic Colors of #aaccbe

#aaccbe

Complementary Color

#aaccbe #ccaab8

#aaccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaccbe Color CSS Codes

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

#aaccbe Text Font Color

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

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


#aaccbe Background Color

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

This div background color is #aaccbe


#aaccbe Border Color

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

This div border color is #aaccbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,204,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 #aaccbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaccbe


Comments

No comments written yet.

Please login to write comment.