Color Hex Logo

#a0bdbc Color Hex

#A0BDBC
(160,189,188)
0 Favorites   0 Comments

Color spaces of #a0bdbc

RGB 160189188
HSL0.490.180.68
HSV178°15°74°
CMYK 0.150.000.01   0.26
XYZ41.771947.499654.5437
Yxy47.49960.29050.3303
Hunter Lab68.9200-12.42231.3215
CIE-Lab74.5082-9.9743-2.7907

#a0bdbc color RGB value is (160,189,188).

#a0bdbc hex color red value is 160, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a0bdbc hue: 0.49 , saturation: 0.18 and the lightness value of a0bdbc is 0.68.

The process color (four color CMYK) of #a0bdbc color hex is 0.15, 0.00, 0.01, 0.26. Web safe color of #a0bdbc is #99cccc. Color #a0bdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111101 10111100
Octal 240 275 274
Decimal 160 189 188
Hex A0 BD BC

RGB Percentages of Color #a0bdbc

%29.80
%35.20
%35.01

CMYK Percentages of Color #a0bdbc

%15
%0
%1
%26

Triadic Colors of #a0bdbc

#a0bdbc #bca0bd #bdbca0

Analogous Colors of #a0bdbc

#a0bdbc #a0b0bd #a0bdae

Monochromatic Colors of #a0bdbc

#a0bdbc

Complementary Color

#a0bdbc #bda0a1

#a0bdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bdbc Color CSS Codes

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

#a0bdbc Text Font Color

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

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


#a0bdbc Background Color

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

This div background color is #a0bdbc


#a0bdbc Border Color

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

This div border color is #a0bdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bdbc


Comments

No comments written yet.

Please login to write comment.