Color Hex Logo

#a2bebb Color Hex

#A2BEBB
(162,190,187)
0 Favorites   0 Comments

Color spaces of #a2bebb

RGB 162190187
HSL0.480.180.69
HSV174°15°75°
CMYK 0.150.000.02   0.25
XYZ42.283448.096154.0686
Yxy48.09610.29270.3330
Hunter Lab69.3514-12.53372.3215
CIE-Lab74.8855-10.0552-1.6777

#a2bebb color RGB value is (162,190,187).

#a2bebb hex color red value is 162, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a2bebb hue: 0.48 , saturation: 0.18 and the lightness value of a2bebb is 0.69.

The process color (four color CMYK) of #a2bebb color hex is 0.15, 0.00, 0.02, 0.25. Web safe color of #a2bebb is #99cccc. Color #a2bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111110 10111011
Octal 242 276 273
Decimal 162 190 187
Hex A2 BE BB

RGB Percentages of Color #a2bebb

%30.06
%35.25
%34.69

CMYK Percentages of Color #a2bebb

%15
%0
%2
%25

Triadic Colors of #a2bebb

#a2bebb #bba2be #bebba2

Analogous Colors of #a2bebb

#a2bebb #a2b3be #a2bead

Monochromatic Colors of #a2bebb

#a2bebb

Complementary Color

#a2bebb #bea2a5

#a2bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bebb Color CSS Codes

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

#a2bebb Text Font Color

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

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


#a2bebb Background Color

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

This div background color is #a2bebb


#a2bebb Border Color

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

This div border color is #a2bebb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,190,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bebb


Comments

No comments written yet.

Please login to write comment.