Color Hex Logo

#a0dfbb Color Hex

#A0DFBB
(160,223,187)
0 Favorites   0 Comments

Color spaces of #a0dfbb

RGB 160223187
HSL0.400.500.75
HSV146°28°87°
CMYK 0.280.000.16   0.13
XYZ49.854563.836856.7078
Yxy63.83680.29260.3746
Hunter Lab79.8979-28.441413.8473
CIE-Lab83.8807-27.285011.2952

#a0dfbb color RGB value is (160,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011111 10111011
Octal 240 337 273
Decimal 160 223 187
Hex A0 DF BB

RGB Percentages of Color #a0dfbb

%28.07
%39.12
%32.81

CMYK Percentages of Color #a0dfbb

%28
%0
%16
%13

Triadic Colors of #a0dfbb

#a0dfbb #bba0df #dfbba0

Analogous Colors of #a0dfbb

#a0dfbb #a0dfdb #a5dfa0

Monochromatic Colors of #a0dfbb

#a0dfbb

Complementary Color

#a0dfbb #dfa0c4

#a0dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dfbb Color CSS Codes

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

#a0dfbb Text Font Color

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

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


#a0dfbb Background Color

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

This div background color is #a0dfbb


#a0dfbb Border Color

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

This div border color is #a0dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dfbb


Comments

No comments written yet.

Please login to write comment.