Color Hex Logo

#aacdbe Color Hex

#AACDBE
(170,205,190)
0 Favorites   0 Comments

Color spaces of #aacdbe

RGB 170205190
HSL0.430.260.74
HSV154°17°80°
CMYK 0.170.000.07   0.20
XYZ47.703155.926456.9958
Yxy55.92640.29700.3482
Hunter Lab74.7840-17.01067.1615
CIE-Lab79.5719-14.59833.5943

#aacdbe color RGB value is (170,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 10111110
Octal 252 315 276
Decimal 170 205 190
Hex AA CD BE

RGB Percentages of Color #aacdbe

%30.09
%36.28
%33.63

CMYK Percentages of Color #aacdbe

%17
%0
%7
%20

Triadic Colors of #aacdbe

#aacdbe #beaacd #cdbeaa

Analogous Colors of #aacdbe

#aacdbe #aacbcd #aacdad

Monochromatic Colors of #aacdbe

#aacdbe

Complementary Color

#aacdbe #cdaab9

#aacdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacdbe Color CSS Codes

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

#aacdbe Text Font Color

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

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


#aacdbe Background Color

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

This div background color is #aacdbe


#aacdbe Border Color

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

This div border color is #aacdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacdbe

#aacdbe Color Palettes


Comments

No comments written yet.

Please login to write comment.