Color Hex Logo

#a0cfbd Color Hex

#A0CFBD
(160,207,189)
0 Favorites   0 Comments

Color spaces of #a0cfbd

RGB 160207189
HSL0.440.330.72
HSV157°23°81°
CMYK 0.230.000.09   0.19
XYZ45.995355.773456.4852
Yxy55.77340.29060.3524
Hunter Lab74.6816-20.75727.4333
CIE-Lab79.4847-19.02193.9267

#a0cfbd color RGB value is (160,207,189).

#a0cfbd hex color red value is 160, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a0cfbd hue: 0.44 , saturation: 0.33 and the lightness value of a0cfbd is 0.72.

The process color (four color CMYK) of #a0cfbd color hex is 0.23, 0.00, 0.09, 0.19. Web safe color of #a0cfbd is #99cccc. Color #a0cfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 11001111 10111101
Octal 240 317 275
Decimal 160 207 189
Hex A0 CF BD

RGB Percentages of Color #a0cfbd

%28.78
%37.23
%33.99

CMYK Percentages of Color #a0cfbd

%23
%0
%9
%19

Triadic Colors of #a0cfbd

#a0cfbd #bda0cf #cfbda0

Analogous Colors of #a0cfbd

#a0cfbd #a0cacf #a0cfa6

Monochromatic Colors of #a0cfbd

#a0cfbd

Complementary Color

#a0cfbd #cfa0b2

#a0cfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0cfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0cfbd Color CSS Codes

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

#a0cfbd Text Font Color

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

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


#a0cfbd Background Color

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

This div background color is #a0cfbd


#a0cfbd Border Color

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

This div border color is #a0cfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0cfbd


Comments

No comments written yet.

Please login to write comment.