Color Hex Logo

#a0dbbc Color Hex

#A0DBBC
(160,219,188)
0 Favorites   0 Comments

Color spaces of #a0dbbc

RGB 160219188
HSL0.410.450.74
HSV148°27°86°
CMYK 0.270.000.14   0.14
XYZ48.905861.767556.9217
Yxy61.76750.29180.3686
Hunter Lab78.5923-26.461012.0729
CIE-Lab82.7896-25.15619.2120

#a0dbbc color RGB value is (160,219,188).

#a0dbbc hex color red value is 160, green value is 219 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a0dbbc hue: 0.41 , saturation: 0.45 and the lightness value of a0dbbc is 0.74.

The process color (four color CMYK) of #a0dbbc color hex is 0.27, 0.00, 0.14, 0.14. Web safe color of #a0dbbc is #99cccc. Color #a0dbbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011011 10111100
Octal 240 333 274
Decimal 160 219 188
Hex A0 DB BC

RGB Percentages of Color #a0dbbc

%28.22
%38.62
%33.16

CMYK Percentages of Color #a0dbbc

%27
%0
%14
%14

Triadic Colors of #a0dbbc

#a0dbbc #bca0db #dbbca0

Analogous Colors of #a0dbbc

#a0dbbc #a0dbda #a2dba0

Monochromatic Colors of #a0dbbc

#a0dbbc

Complementary Color

#a0dbbc #dba0bf

#a0dbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0dbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0dbbc Color CSS Codes

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

#a0dbbc Text Font Color

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

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


#a0dbbc Background Color

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

This div background color is #a0dbbc


#a0dbbc Border Color

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

This div border color is #a0dbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0dbbc


Comments

No comments written yet.

Please login to write comment.