Color Hex Logo

#a2bec7 Color Hex

#A2BEC7
(162,190,199)
0 Favorites   0 Comments

Color spaces of #a2bec7

RGB 162190199
HSL0.540.250.71
HSV195°19°78°
CMYK 0.190.050.00   0.22
XYZ43.622648.631861.1206
Yxy48.63180.28440.3171
Hunter Lab69.7365-10.3809-3.1492
CIE-Lab75.2217-7.5164-7.7042

#a2bec7 color RGB value is (162,190,199).

#a2bec7 hex color red value is 162, green value is 190 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #a2bec7 hue: 0.54 , saturation: 0.25 and the lightness value of a2bec7 is 0.71.

The process color (four color CMYK) of #a2bec7 color hex is 0.19, 0.05, 0.00, 0.22. Web safe color of #a2bec7 is #99cccc. Color #a2bec7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10111110 11000111
Octal 242 276 307
Decimal 162 190 199
Hex A2 BE C7

RGB Percentages of Color #a2bec7

%29.40
%34.48
%36.12

CMYK Percentages of Color #a2bec7

%19
%5
%0
%22

Triadic Colors of #a2bec7

#a2bec7 #c7a2be #bec7a2

Analogous Colors of #a2bec7

#a2bec7 #a2acc7 #a2c7be

Monochromatic Colors of #a2bec7

#a2bec7

Complementary Color

#a2bec7 #c7aba2

#a2bec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2bec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2bec7 Color CSS Codes

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

#a2bec7 Text Font Color

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

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


#a2bec7 Background Color

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

This div background color is #a2bec7


#a2bec7 Border Color

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

This div border color is #a2bec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2bec7


Comments

No comments written yet.

Please login to write comment.