Color Hex Logo

#a2cbae Color Hex

#A2CBAE
(162,203,174)
0 Favorites   0 Comments

Color spaces of #a2cbae

RGB 162203174
HSL0.380.280.72
HSV138°20°80°
CMYK 0.200.000.14   0.20
XYZ43.896253.449248.0476
Yxy53.44920.30190.3676
Hunter Lab73.1090-20.765412.2106
CIE-Lab78.1395-19.288410.0443

#a2cbae color RGB value is (162,203,174).

#a2cbae hex color red value is 162, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a2cbae hue: 0.38 , saturation: 0.28 and the lightness value of a2cbae is 0.72.

The process color (four color CMYK) of #a2cbae color hex is 0.20, 0.00, 0.14, 0.20. Web safe color of #a2cbae is #99cc99. Color #a2cbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 11001011 10101110
Octal 242 313 256
Decimal 162 203 174
Hex A2 CB AE

RGB Percentages of Color #a2cbae

%30.06
%37.66
%32.28

CMYK Percentages of Color #a2cbae

%20
%0
%14
%20

Triadic Colors of #a2cbae

#a2cbae #aea2cb #cbaea2

Analogous Colors of #a2cbae

#a2cbae #a2cbc3 #abcba2

Monochromatic Colors of #a2cbae

#a2cbae

Complementary Color

#a2cbae #cba2bf

#a2cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2cbae Color CSS Codes

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

#a2cbae Text Font Color

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

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


#a2cbae Background Color

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

This div background color is #a2cbae


#a2cbae Border Color

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

This div border color is #a2cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2cbae


Comments

No comments written yet.

Please login to write comment.