Color Hex Logo

#abffc0 Color Hex

#ABFFC0
(171,255,192)
0 Favorites   0 Comments

Color spaces of #abffc0

RGB 171255192
HSL0.381.000.84
HSV135°33°100°
CMYK 0.330.000.25   0.00
XYZ62.069083.983762.8083
Yxy83.98370.29720.4021
Hunter Lab91.6426-39.477623.5148
CIE-Lab93.4434-37.946322.2078

#abffc0 color RGB value is (171,255,192).

#abffc0 hex color red value is 171, green value is 255 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #abffc0 hue: 0.38 , saturation: 1.00 and the lightness value of abffc0 is 0.84.

The process color (four color CMYK) of #abffc0 color hex is 0.33, 0.00, 0.25, 0.00. Web safe color of #abffc0 is #99ffcc. Color #abffc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111111 11000000
Octal 253 377 300
Decimal 171 255 192
Hex AB FF C0

RGB Percentages of Color #abffc0

%27.67
%41.26
%31.07

CMYK Percentages of Color #abffc0

%33
%0
%25
%0

Triadic Colors of #abffc0

#abffc0 #c0abff #ffc0ab

Analogous Colors of #abffc0

#abffc0 #abffea #c0ffab

Monochromatic Colors of #abffc0

#abffc0

Complementary Color

#abffc0 #ffabea

#abffc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abffc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abffc0 Color CSS Codes

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

#abffc0 Text Font Color

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

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


#abffc0 Background Color

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

This div background color is #abffc0


#abffc0 Border Color

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

This div border color is #abffc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abffc0

Related Colors


Comments

No comments written yet.

Please login to write comment.