Color Hex Logo

#abcfab Color Hex

#ABCFAB
(171,207,171)
0 Favorites   0 Comments

Color spaces of #abcfab

RGB 171207171
HSL0.330.270.74
HSV120°17°81°
CMYK 0.170.000.17   0.19
XYZ46.458156.223846.9318
Yxy56.22380.31050.3758
Hunter Lab74.9825-20.623415.3780
CIE-Lab79.7410-18.814613.9935

#abcfab color RGB value is (171,207,171).

#abcfab hex color red value is 171, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #abcfab hue: 0.33 , saturation: 0.27 and the lightness value of abcfab is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001111 10101011
Octal 253 317 253
Decimal 171 207 171
Hex AB CF AB

RGB Percentages of Color #abcfab

%31.15
%37.70
%31.15

CMYK Percentages of Color #abcfab

%17
%0
%17
%19

Triadic Colors of #abcfab

#abcfab #ababcf #cfabab

Analogous Colors of #abcfab

#abcfab #abcfbd #bdcfab

Monochromatic Colors of #abcfab

#abcfab

Complementary Color

#abcfab #cfabcf

#abcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcfab Color CSS Codes

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

#abcfab Text Font Color

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

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


#abcfab Background Color

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

This div background color is #abcfab


#abcfab Border Color

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

This div border color is #abcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcfab


Comments

No comments written yet.

Please login to write comment.