Color Hex Logo

#adede7 Color Hex

#ADEDE7
(173,237,231)
0 Favorites   0 Comments

Color spaces of #adede7

RGB 173237231
HSL0.480.640.80
HSV174°27°93°
CMYK 0.270.000.03   0.07
XYZ61.941675.222186.8560
Yxy75.22210.27650.3358
Hunter Lab86.7307-24.29701.3358
CIE-Lab89.4969-21.2326-3.5942

#adede7 color RGB value is (173,237,231).

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

The process color (four color CMYK) of #adede7 color hex is 0.27, 0.00, 0.03, 0.07. Web safe color of #adede7 is #99ffff. Color #adede7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11100111
Octal 255 355 347
Decimal 173 237 231
Hex AD ED E7

RGB Percentages of Color #adede7

%26.99
%36.97
%36.04

CMYK Percentages of Color #adede7

%27
%0
%3
%7

Triadic Colors of #adede7

#adede7 #e7aded #ede7ad

Analogous Colors of #adede7

#adede7 #add3ed #adedc7

Monochromatic Colors of #adede7

#adede7

Complementary Color

#adede7 #edadb3

#adede7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adede7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adede7 Color CSS Codes

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

#adede7 Text Font Color

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

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


#adede7 Background Color

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

This div background color is #adede7


#adede7 Border Color

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

This div border color is #adede7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adede7


Comments

No comments written yet.

Please login to write comment.