Color Hex Logo

#a0ddbf Color Hex

#A0DDBF
(160,221,191)
0 Favorites   0 Comments

Color spaces of #a0ddbf

RGB 160221191
HSL0.420.470.75
HSV150°28°87°
CMYK 0.280.000.14   0.13
XYZ49.757662.948158.8179
Yxy62.94810.29010.3670
Hunter Lab79.3398-26.899311.5838
CIE-Lab83.4151-25.53928.5208

#a0ddbf color RGB value is (160,221,191).

#a0ddbf hex color red value is 160, green value is 221 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a0ddbf hue: 0.42 , saturation: 0.47 and the lightness value of a0ddbf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 11011101 10111111
Octal 240 335 277
Decimal 160 221 191
Hex A0 DD BF

RGB Percentages of Color #a0ddbf

%27.97
%38.64
%33.39

CMYK Percentages of Color #a0ddbf

%28
%0
%14
%13

Triadic Colors of #a0ddbf

#a0ddbf #bfa0dd #ddbfa0

Analogous Colors of #a0ddbf

#a0ddbf #a0dddd #a0dda1

Monochromatic Colors of #a0ddbf

#a0ddbf

Complementary Color

#a0ddbf #dda0be

#a0ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0ddbf Color CSS Codes

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

#a0ddbf Text Font Color

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

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


#a0ddbf Background Color

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

This div background color is #a0ddbf


#a0ddbf Border Color

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

This div border color is #a0ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0ddbf


Comments

No comments written yet.

Please login to write comment.