Color Hex Logo

#a7ded9 Color Hex

#A7DED9
(167,222,217)
0 Favorites   0 Comments

Color spaces of #a7ded9

RGB 167222217
HSL0.480.450.76
HSV175°25°87°
CMYK 0.250.000.02   0.13
XYZ54.582065.467875.4054
Yxy65.46780.27930.3350
Hunter Lab80.9122-21.18321.3837
CIE-Lab84.7242-18.5579-3.2849

#a7ded9 color RGB value is (167,222,217).

#a7ded9 hex color red value is 167, green value is 222 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #a7ded9 hue: 0.48 , saturation: 0.45 and the lightness value of a7ded9 is 0.76.

The process color (four color CMYK) of #a7ded9 color hex is 0.25, 0.00, 0.02, 0.13. Web safe color of #a7ded9 is #99cccc. Color #a7ded9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011110 11011001
Octal 247 336 331
Decimal 167 222 217
Hex A7 DE D9

RGB Percentages of Color #a7ded9

%27.56
%36.63
%35.81

CMYK Percentages of Color #a7ded9

%25
%0
%2
%13

Triadic Colors of #a7ded9

#a7ded9 #d9a7de #ded9a7

Analogous Colors of #a7ded9

#a7ded9 #a7c8de #a7debe

Monochromatic Colors of #a7ded9

#a7ded9

Complementary Color

#a7ded9 #dea7ac

#a7ded9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7ded9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7ded9 Color CSS Codes

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

#a7ded9 Text Font Color

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

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


#a7ded9 Background Color

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

This div background color is #a7ded9


#a7ded9 Border Color

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

This div border color is #a7ded9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7ded9


Comments

No comments written yet.

Please login to write comment.