Color Hex Logo

#aadedb Color Hex

#AADEDB
(170,222,219)
0 Favorites   0 Comments

Color spaces of #aadedb

RGB 170222219
HSL0.490.440.77
HSV177°23°87°
CMYK 0.230.000.01   0.13
XYZ55.485065.903176.8140
Yxy65.90310.27990.3325
Hunter Lab81.1807-20.06600.7257
CIE-Lab84.9470-17.2387-3.9959

#aadedb color RGB value is (170,222,219).

#aadedb hex color red value is 170, green value is 222 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aadedb hue: 0.49 , saturation: 0.44 and the lightness value of aadedb is 0.77.

The process color (four color CMYK) of #aadedb color hex is 0.23, 0.00, 0.01, 0.13. Web safe color of #aadedb is #99cccc. Color #aadedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 11011011
Octal 252 336 333
Decimal 170 222 219
Hex AA DE DB

RGB Percentages of Color #aadedb

%27.82
%36.33
%35.84

CMYK Percentages of Color #aadedb

%23
%0
%1
%13

Triadic Colors of #aadedb

#aadedb #dbaade #dedbaa

Analogous Colors of #aadedb

#aadedb #aac7de #aadec1

Monochromatic Colors of #aadedb

#aadedb

Complementary Color

#aadedb #deaaad

#aadedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadedb Color CSS Codes

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

#aadedb Text Font Color

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

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


#aadedb Background Color

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

This div background color is #aadedb


#aadedb Border Color

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

This div border color is #aadedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadedb


Comments

No comments written yet.

Please login to write comment.