Color Hex Logo

#a5bb93 Color Hex

#A5BB93
(165,187,147)
0 Favorites   0 Comments

Color spaces of #a5bb93

RGB 165187147
HSL0.260.230.65
HSV93°21°73°
CMYK 0.120.000.21   0.27
XYZ38.553845.646634.3824
Yxy45.64660.32510.3849
Hunter Lab67.5623-16.374517.1209
CIE-Lab73.3156-14.858017.7993

#a5bb93 color RGB value is (165,187,147).

#a5bb93 hex color red value is 165, green value is 187 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #a5bb93 hue: 0.26 , saturation: 0.23 and the lightness value of a5bb93 is 0.65.

The process color (four color CMYK) of #a5bb93 color hex is 0.12, 0.00, 0.21, 0.27. Web safe color of #a5bb93 is #99cc99. Color #a5bb93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10111011 10010011
Octal 245 273 223
Decimal 165 187 147
Hex A5 BB 93

RGB Percentages of Color #a5bb93

%33.07
%37.47
%29.46

CMYK Percentages of Color #a5bb93

%12
%0
%21
%27

Triadic Colors of #a5bb93

#a5bb93 #93a5bb #bb93a5

Analogous Colors of #a5bb93

#a5bb93 #93bb95 #b9bb93

Monochromatic Colors of #a5bb93

#a5bb93

Complementary Color

#a5bb93 #a993bb

#a5bb93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5bb93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5bb93 Color CSS Codes

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

#a5bb93 Text Font Color

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

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


#a5bb93 Background Color

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

This div background color is #a5bb93


#a5bb93 Border Color

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

This div border color is #a5bb93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5bb93


Comments

No comments written yet.

Please login to write comment.