Color Hex Logo

#a5cbac Color Hex

#A5CBAC
(165,203,172)
0 Favorites   0 Comments

Color spaces of #a5cbac

RGB 165203172
HSL0.360.270.72
HSV131°19°80°
CMYK 0.190.000.15   0.20
XYZ44.319453.689847.0570
Yxy53.68980.30550.3701
Hunter Lab73.2733-20.262513.2146
CIE-Lab78.2805-18.658311.3411

#a5cbac color RGB value is (165,203,172).

#a5cbac hex color red value is 165, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a5cbac hue: 0.36 , saturation: 0.27 and the lightness value of a5cbac is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001011 10101100
Octal 245 313 254
Decimal 165 203 172
Hex A5 CB AC

RGB Percentages of Color #a5cbac

%30.56
%37.59
%31.85

CMYK Percentages of Color #a5cbac

%19
%0
%15
%20

Triadic Colors of #a5cbac

#a5cbac #aca5cb #cbaca5

Analogous Colors of #a5cbac

#a5cbac #a5cbbf #b1cba5

Monochromatic Colors of #a5cbac

#a5cbac

Complementary Color

#a5cbac #cba5c4

#a5cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cbac Color CSS Codes

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

#a5cbac Text Font Color

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

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


#a5cbac Background Color

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

This div background color is #a5cbac


#a5cbac Border Color

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

This div border color is #a5cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cbac


Comments

No comments written yet.

Please login to write comment.