Color Hex Logo

#adead2 Color Hex

#ADEAD2
(173,234,210)
0 Favorites   0 Comments

Color spaces of #adead2

RGB 173234210
HSL0.430.590.80
HSV156°26°92°
CMYK 0.260.000.10   0.08
XYZ58.289372.383071.8719
Yxy72.38300.28780.3574
Hunter Lab85.0782-26.59189.4681
CIE-Lab88.1526-24.13145.4344

#adead2 color RGB value is (173,234,210).

#adead2 hex color red value is 173, green value is 234 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #adead2 hue: 0.43 , saturation: 0.59 and the lightness value of adead2 is 0.80.

The process color (four color CMYK) of #adead2 color hex is 0.26, 0.00, 0.10, 0.08. Web safe color of #adead2 is #99ffcc. Color #adead2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 11010010
Octal 255 352 322
Decimal 173 234 210
Hex AD EA D2

RGB Percentages of Color #adead2

%28.04
%37.93
%34.04

CMYK Percentages of Color #adead2

%26
%0
%10
%8

Triadic Colors of #adead2

#adead2 #d2adea #ead2ad

Analogous Colors of #adead2

#adead2 #ade4ea #adeab4

Monochromatic Colors of #adead2

#adead2

Complementary Color

#adead2 #eaadc5

#adead2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adead2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adead2 Color CSS Codes

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

#adead2 Text Font Color

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

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


#adead2 Background Color

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

This div background color is #adead2


#adead2 Border Color

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

This div border color is #adead2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,234,210, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adead2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adead2;
  -webkit-box-shadow: 1px 1px 3px 2px #adead2;
  box-shadow:         1px 1px 3px 2px #adead2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,234,210, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adead2


Comments

No comments written yet.

Please login to write comment.