Color Hex Logo

#a0bebc Color Hex

#A0BEBC
(160,190,188)
0 Favorites   0 Comments

Color spaces of #a0bebc

RGB 160190188
HSL0.490.190.69
HSV176°16°75°
CMYK 0.160.000.01   0.25
XYZ41.987847.931354.6156
Yxy47.93130.29050.3316
Hunter Lab69.2324-12.90081.6904
CIE-Lab74.7816-10.4988-2.3892

#a0bebc color RGB value is (160,190,188).

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

The process color (four color CMYK) of #a0bebc color hex is 0.16, 0.00, 0.01, 0.25. Web safe color of #a0bebc is #99cccc. Color #a0bebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 10111100
Octal 240 276 274
Decimal 160 190 188
Hex A0 BE BC

RGB Percentages of Color #a0bebc

%29.74
%35.32
%34.94

CMYK Percentages of Color #a0bebc

%16
%0
%1
%25

Triadic Colors of #a0bebc

#a0bebc #bca0be #bebca0

Analogous Colors of #a0bebc

#a0bebc #a0b1be #a0bead

Monochromatic Colors of #a0bebc

#a0bebc

Complementary Color

#a0bebc #bea0a2

#a0bebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bebc Color CSS Codes

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

#a0bebc Text Font Color

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

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


#a0bebc Background Color

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

This div background color is #a0bebc


#a0bebc Border Color

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

This div border color is #a0bebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bebc

#a0bebc Color Palettes


Comments

No comments written yet.

Please login to write comment.