Color Hex Logo

#abcab5 Color Hex

#ABCAB5
(171,202,181)
0 Favorites   0 Comments

Color spaces of #abcab5

RGB 171202181
HSL0.390.230.73
HSV139°15°79°
CMYK 0.150.000.10   0.21
XYZ46.255654.235251.7466
Yxy54.23520.30380.3563
Hunter Lab73.6446-16.76349.8909
CIE-Lab78.5987-14.46387.0248

#abcab5 color RGB value is (171,202,181).

#abcab5 hex color red value is 171, green value is 202 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #abcab5 hue: 0.39 , saturation: 0.23 and the lightness value of abcab5 is 0.73.

The process color (four color CMYK) of #abcab5 color hex is 0.15, 0.00, 0.10, 0.21. Web safe color of #abcab5 is #99cccc. Color #abcab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 10110101
Octal 253 312 265
Decimal 171 202 181
Hex AB CA B5

RGB Percentages of Color #abcab5

%30.87
%36.46
%32.67

CMYK Percentages of Color #abcab5

%15
%0
%10
%21

Triadic Colors of #abcab5

#abcab5 #b5abca #cab5ab

Analogous Colors of #abcab5

#abcab5 #abcac5 #b1caab

Monochromatic Colors of #abcab5

#abcab5

Complementary Color

#abcab5 #caabc0

#abcab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcab5 Color CSS Codes

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

#abcab5 Text Font Color

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

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


#abcab5 Background Color

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

This div background color is #abcab5


#abcab5 Border Color

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

This div border color is #abcab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcab5


Comments

No comments written yet.

Please login to write comment.