Color Hex Logo

#a2ccbe Color Hex

#A2CCBE
(162,204,190)
0 Favorites   0 Comments

Color spaces of #a2ccbe

RGB 162204190
HSL0.440.290.72
HSV160°21°80°
CMYK 0.210.000.07   0.20
XYZ45.787454.584856.8379
Yxy54.58480.29120.3472
Hunter Lab73.8815-18.66896.1046
CIE-Lab78.8015-16.66952.4150

#a2ccbe color RGB value is (162,204,190).

#a2ccbe hex color red value is 162, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a2ccbe hue: 0.44 , saturation: 0.29 and the lightness value of a2ccbe is 0.72.

The process color (four color CMYK) of #a2ccbe color hex is 0.21, 0.00, 0.07, 0.20. Web safe color of #a2ccbe is #99cccc. Color #a2ccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001100 10111110
Octal 242 314 276
Decimal 162 204 190
Hex A2 CC BE

RGB Percentages of Color #a2ccbe

%29.14
%36.69
%34.17

CMYK Percentages of Color #a2ccbe

%21
%0
%7
%20

Triadic Colors of #a2ccbe

#a2ccbe #bea2cc #ccbea2

Analogous Colors of #a2ccbe

#a2ccbe #a2c5cc #a2cca9

Monochromatic Colors of #a2ccbe

#a2ccbe

Complementary Color

#a2ccbe #cca2b0

#a2ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2ccbe Color CSS Codes

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

#a2ccbe Text Font Color

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

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


#a2ccbe Background Color

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

This div background color is #a2ccbe


#a2ccbe Border Color

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

This div border color is #a2ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2ccbe


Comments

No comments written yet.

Please login to write comment.