Color Hex Logo

#adede1 Color Hex

#ADEDE1
(173,237,225)
0 Favorites   0 Comments

Color spaces of #adede1

RGB 173237225
HSL0.470.640.80
HSV169°27°93°
CMYK 0.270.000.05   0.07
XYZ61.108474.888982.4684
Yxy74.88890.27970.3428
Hunter Lab86.5384-25.39584.0753
CIE-Lab89.3409-22.5126-0.6858

#adede1 color RGB value is (173,237,225).

#adede1 hex color red value is 173, green value is 237 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #adede1 hue: 0.47 , saturation: 0.64 and the lightness value of adede1 is 0.80.

The process color (four color CMYK) of #adede1 color hex is 0.27, 0.00, 0.05, 0.07. Web safe color of #adede1 is #99ffcc. Color #adede1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11100001
Octal 255 355 341
Decimal 173 237 225
Hex AD ED E1

RGB Percentages of Color #adede1

%27.24
%37.32
%35.43

CMYK Percentages of Color #adede1

%27
%0
%5
%7

Triadic Colors of #adede1

#adede1 #e1aded #ede1ad

Analogous Colors of #adede1

#adede1 #add9ed #adedc1

Monochromatic Colors of #adede1

#adede1

Complementary Color

#adede1 #edadb9

#adede1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adede1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adede1 Color CSS Codes

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

#adede1 Text Font Color

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

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


#adede1 Background Color

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

This div background color is #adede1


#adede1 Border Color

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

This div border color is #adede1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adede1


Comments

No comments written yet.

Please login to write comment.