Color Hex Logo

#a7dfbe Color Hex

#A7DFBE
(167,223,190)
0 Favorites   0 Comments

Color spaces of #a7dfbe

RGB 167223190
HSL0.400.470.76
HSV145°25°87°
CMYK 0.250.000.15   0.13
XYZ51.618364.708558.4846
Yxy64.70850.29530.3702
Hunter Lab80.4416-26.231713.2027
CIE-Lab84.3333-24.535410.4122

#a7dfbe color RGB value is (167,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011111 10111110
Octal 247 337 276
Decimal 167 223 190
Hex A7 DF BE

RGB Percentages of Color #a7dfbe

%28.79
%38.45
%32.76

CMYK Percentages of Color #a7dfbe

%25
%0
%15
%13

Triadic Colors of #a7dfbe

#a7dfbe #bea7df #dfbea7

Analogous Colors of #a7dfbe

#a7dfbe #a7dfda #acdfa7

Monochromatic Colors of #a7dfbe

#a7dfbe

Complementary Color

#a7dfbe #dfa7c8

#a7dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dfbe Color CSS Codes

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

#a7dfbe Text Font Color

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

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


#a7dfbe Background Color

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

This div background color is #a7dfbe


#a7dfbe Border Color

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

This div border color is #a7dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dfbe


Comments

No comments written yet.

Please login to write comment.