Color Hex Logo

#abcab6 Color Hex

#ABCAB6
(171,202,182)
0 Favorites   0 Comments

Color spaces of #abcab6

RGB 171202182
HSL0.390.230.73
HSV141°15°79°
CMYK 0.150.000.10   0.21
XYZ46.358654.276452.2890
Yxy54.27640.30310.3549
Hunter Lab73.6725-16.60549.4897
CIE-Lab78.6226-14.27536.5226

#abcab6 color RGB value is (171,202,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 10110110
Octal 253 312 266
Decimal 171 202 182
Hex AB CA B6

RGB Percentages of Color #abcab6

%30.81
%36.40
%32.79

CMYK Percentages of Color #abcab6

%15
%0
%10
%21

Triadic Colors of #abcab6

#abcab6 #b6abca #cab6ab

Analogous Colors of #abcab6

#abcab6 #abcac6 #b0caab

Monochromatic Colors of #abcab6

#abcab6

Complementary Color

#abcab6 #caabbf

#abcab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcab6 Color CSS Codes

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

#abcab6 Text Font Color

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

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


#abcab6 Background Color

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

This div background color is #abcab6


#abcab6 Border Color

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

This div border color is #abcab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcab6


Comments

No comments written yet.

Please login to write comment.