Color Hex Logo

#a7dfb5 Color Hex

#A7DFB5
(167,223,181)
0 Favorites   0 Comments

Color spaces of #a7dfb5

RGB 167223181
HSL0.380.470.76
HSV135°25°87°
CMYK 0.250.000.19   0.13
XYZ50.664564.327053.4621
Yxy64.32700.30080.3819
Hunter Lab80.2041-27.599716.6216
CIE-Lab84.1357-26.212014.8654

#a7dfb5 color RGB value is (167,223,181).

#a7dfb5 hex color red value is 167, green value is 223 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #a7dfb5 hue: 0.38 , saturation: 0.47 and the lightness value of a7dfb5 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 10110101
Octal 247 337 265
Decimal 167 223 181
Hex A7 DF B5

RGB Percentages of Color #a7dfb5

%29.25
%39.05
%31.70

CMYK Percentages of Color #a7dfb5

%25
%0
%19
%13

Triadic Colors of #a7dfb5

#a7dfb5 #b5a7df #dfb5a7

Analogous Colors of #a7dfb5

#a7dfb5 #a7dfd1 #b5dfa7

Monochromatic Colors of #a7dfb5

#a7dfb5

Complementary Color

#a7dfb5 #dfa7d1

#a7dfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfb5 Color CSS Codes

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

#a7dfb5 Text Font Color

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

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


#a7dfb5 Background Color

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

This div background color is #a7dfb5


#a7dfb5 Border Color

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

This div border color is #a7dfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfb5


Comments

No comments written yet.

Please login to write comment.