Color Hex Logo

#adeded Color Hex

#ADEDED
(173,237,237)
0 Favorites   0 Comments

Color spaces of #adeded

RGB 173237237
HSL0.500.640.80
HSV180°27°93°
CMYK 0.270.000.00   0.07
XYZ62.803875.567091.3965
Yxy75.56700.27330.3289
Hunter Lab86.9293-23.1653-1.4864
CIE-Lab89.6579-19.9244-6.4941

#adeded color RGB value is (173,237,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 11101101
Octal 255 355 355
Decimal 173 237 237
Hex AD ED ED

RGB Percentages of Color #adeded

%26.74
%36.63
%36.63

CMYK Percentages of Color #adeded

%27
%0
%0
%7

Triadic Colors of #adeded

#adeded #edaded #ededad

Analogous Colors of #adeded

#adeded #adcded #adedcd

Monochromatic Colors of #adeded

#adeded

Complementary Color

#adeded #edadad

#adeded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adeded Color Preview on White Background

Lorem ipsum dolor sit amet.

#adeded Color CSS Codes

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

#adeded Text Font Color

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

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


#adeded Background Color

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

This div background color is #adeded


#adeded Border Color

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

This div border color is #adeded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adeded


Comments

No comments written yet.

Please login to write comment.