Color Hex Logo

#abcb90 Color Hex

#ABCB90
(171,203,144)
0 Favorites   0 Comments

Color spaces of #abcb90

RGB 171203144
HSL0.260.360.68
HSV93°29°80°
CMYK 0.160.000.29   0.20
XYZ43.184653.383434.4135
Yxy53.38340.32970.4076
Hunter Lab73.0639-22.359123.2189
CIE-Lab78.1008-21.221626.0086

#abcb90 color RGB value is (171,203,144).

#abcb90 hex color red value is 171, green value is 203 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #abcb90 hue: 0.26 , saturation: 0.36 and the lightness value of abcb90 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 10010000
Octal 253 313 220
Decimal 171 203 144
Hex AB CB 90

RGB Percentages of Color #abcb90

%33.01
%39.19
%27.80

CMYK Percentages of Color #abcb90

%16
%0
%29
%20

Triadic Colors of #abcb90

#abcb90 #90abcb #cb90ab

Analogous Colors of #abcb90

#abcb90 #90cb93 #c9cb90

Monochromatic Colors of #abcb90

#abcb90

Complementary Color

#abcb90 #b090cb

#abcb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb90 Color CSS Codes

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

#abcb90 Text Font Color

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

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


#abcb90 Background Color

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

This div background color is #abcb90


#abcb90 Border Color

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

This div border color is #abcb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb90


Comments

No comments written yet.

Please login to write comment.