Color Hex Logo

#abfcbf Color Hex

#ABFCBF
(171,252,191)
0 Favorites   0 Comments

Color spaces of #abfcbf

RGB 171252191
HSL0.370.930.83
HSV135°32°99°
CMYK 0.320.000.24   0.01
XYZ61.009082.040361.9101
Yxy82.04030.29770.4003
Hunter Lab90.5761-38.276622.8777
CIE-Lab92.5926-36.762821.5384

#abfcbf color RGB value is (171,252,191).

#abfcbf hex color red value is 171, green value is 252 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #abfcbf hue: 0.37 , saturation: 0.93 and the lightness value of abfcbf is 0.83.

The process color (four color CMYK) of #abfcbf color hex is 0.32, 0.00, 0.24, 0.01. Web safe color of #abfcbf is #99ffcc. Color #abfcbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 10111111
Octal 253 374 277
Decimal 171 252 191
Hex AB FC BF

RGB Percentages of Color #abfcbf

%27.85
%41.04
%31.11

CMYK Percentages of Color #abfcbf

%32
%0
%24
%1

Triadic Colors of #abfcbf

#abfcbf #bfabfc #fcbfab

Analogous Colors of #abfcbf

#abfcbf #abfce8 #c0fcab

Monochromatic Colors of #abfcbf

#abfcbf

Complementary Color

#abfcbf #fcabe8

#abfcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfcbf Color CSS Codes

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

#abfcbf Text Font Color

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

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


#abfcbf Background Color

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

This div background color is #abfcbf


#abfcbf Border Color

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

This div border color is #abfcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfcbf

Related Colors


Comments

No comments written yet.

Please login to write comment.