Color Hex Logo

#a7f9de Color Hex

#A7F9DE
(167,249,222)
0 Favorites   0 Comments

Color spaces of #a7f9de

RGB 167249222
HSL0.450.870.82
HSV160°33°98°
CMYK 0.330.000.11   0.02
XYZ62.996881.240881.4680
Yxy81.24080.27910.3599
Hunter Lab90.1337-32.97569.5039
CIE-Lab92.2387-30.60305.0506

#a7f9de color RGB value is (167,249,222).

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

The process color (four color CMYK) of #a7f9de color hex is 0.33, 0.00, 0.11, 0.02. Web safe color of #a7f9de is #99ffcc. Color #a7f9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111001 11011110
Octal 247 371 336
Decimal 167 249 222
Hex A7 F9 DE

RGB Percentages of Color #a7f9de

%26.18
%39.03
%34.80

CMYK Percentages of Color #a7f9de

%33
%0
%11
%2

Triadic Colors of #a7f9de

#a7f9de #dea7f9 #f9dea7

Analogous Colors of #a7f9de

#a7f9de #a7ebf9 #a7f9b5

Monochromatic Colors of #a7f9de

#a7f9de

Complementary Color

#a7f9de #f9a7c2

#a7f9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7f9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7f9de Color CSS Codes

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

#a7f9de Text Font Color

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

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


#a7f9de Background Color

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

This div background color is #a7f9de


#a7f9de Border Color

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

This div border color is #a7f9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7f9de


Comments

No comments written yet.

Please login to write comment.