Color Hex Logo

#aacedb Color Hex

#AACEDB
(170,206,219)
0 Favorites   0 Comments

Color spaces of #aacedb

RGB 170206219
HSL0.540.400.76
HSV196°22°86°
CMYK 0.220.060.00   0.14
XYZ51.435157.803175.4640
Yxy57.80310.27850.3130
Hunter Lab76.0283-12.2899-5.6301
CIE-Lab80.6292-9.0526-10.3911

#aacedb color RGB value is (170,206,219).

#aacedb hex color red value is 170, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aacedb hue: 0.54 , saturation: 0.40 and the lightness value of aacedb is 0.76.

The process color (four color CMYK) of #aacedb color hex is 0.22, 0.06, 0.00, 0.14. Web safe color of #aacedb is #99cccc. Color #aacedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 11011011
Octal 252 316 333
Decimal 170 206 219
Hex AA CE DB

RGB Percentages of Color #aacedb

%28.57
%34.62
%36.81

CMYK Percentages of Color #aacedb

%22
%6
%0
%14

Triadic Colors of #aacedb

#aacedb #dbaace #cedbaa

Analogous Colors of #aacedb

#aacedb #aab6db #aadbd0

Monochromatic Colors of #aacedb

#aacedb

Complementary Color

#aacedb #dbb7aa

#aacedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacedb Color CSS Codes

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

#aacedb Text Font Color

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

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


#aacedb Background Color

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

This div background color is #aacedb


#aacedb Border Color

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

This div border color is #aacedb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,206,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacedb


Comments

No comments written yet.

Please login to write comment.