Color Hex Logo

#aadeba Color Hex

#AADEBA
(170,222,186)
0 Favorites   0 Comments

Color spaces of #aadeba

RGB 170222186
HSL0.380.440.77
HSV138°23°87°
CMYK 0.230.000.16   0.13
XYZ51.561864.333856.1544
Yxy64.33380.29970.3739
Hunter Lab80.2084-25.616214.6365
CIE-Lab84.1393-23.847912.2661

#aadeba color RGB value is (170,222,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011110 10111010
Octal 252 336 272
Decimal 170 222 186
Hex AA DE BA

RGB Percentages of Color #aadeba

%29.41
%38.41
%32.18

CMYK Percentages of Color #aadeba

%23
%0
%16
%13

Triadic Colors of #aadeba

#aadeba #baaade #debaaa

Analogous Colors of #aadeba

#aadeba #aaded4 #b4deaa

Monochromatic Colors of #aadeba

#aadeba

Complementary Color

#aadeba #deaace

#aadeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadeba Color CSS Codes

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

#aadeba Text Font Color

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

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


#aadeba Background Color

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

This div background color is #aadeba


#aadeba Border Color

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

This div border color is #aadeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadeba


Comments

No comments written yet.

Please login to write comment.