Color Hex Logo

#a0dfbe Color Hex

#A0DFBE
(160,223,190)
0 Favorites   0 Comments

Color spaces of #a0dfbe

RGB 160223190
HSL0.410.500.75
HSV149°28°87°
CMYK 0.280.000.15   0.13
XYZ50.179163.966658.4173
Yxy63.96660.29080.3707
Hunter Lab79.9791-27.972112.6796
CIE-Lab83.9484-26.70339.8109

#a0dfbe color RGB value is (160,223,190).

#a0dfbe hex color red value is 160, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a0dfbe hue: 0.41 , saturation: 0.50 and the lightness value of a0dfbe is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011111 10111110
Octal 240 337 276
Decimal 160 223 190
Hex A0 DF BE

RGB Percentages of Color #a0dfbe

%27.92
%38.92
%33.16

CMYK Percentages of Color #a0dfbe

%28
%0
%15
%13

Triadic Colors of #a0dfbe

#a0dfbe #bea0df #dfbea0

Analogous Colors of #a0dfbe

#a0dfbe #a0dfde #a2dfa0

Monochromatic Colors of #a0dfbe

#a0dfbe

Complementary Color

#a0dfbe #dfa0c1

#a0dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dfbe Color CSS Codes

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

#a0dfbe Text Font Color

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

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


#a0dfbe Background Color

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

This div background color is #a0dfbe


#a0dfbe Border Color

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

This div border color is #a0dfbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,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 #a0dfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dfbe

#a0dfbe Color Palettes


Comments

No comments written yet.

Please login to write comment.