Color Hex Logo

#abfbcf Color Hex

#ABFBCF
(171,251,207)
0 Favorites   0 Comments

Color spaces of #abfbcf

RGB 171251207
HSL0.410.910.83
HSV147°32°98°
CMYK 0.320.000.18   0.02
XYZ62.554382.157371.5925
Yxy82.15730.28920.3798
Hunter Lab90.6407-35.432116.6183
CIE-Lab92.6442-33.373913.4045

#abfbcf color RGB value is (171,251,207).

#abfbcf hex color red value is 171, green value is 251 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #abfbcf hue: 0.41 , saturation: 0.91 and the lightness value of abfbcf is 0.83.

The process color (four color CMYK) of #abfbcf color hex is 0.32, 0.00, 0.18, 0.02. Web safe color of #abfbcf is #99ffcc. Color #abfbcf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11001111
Octal 253 373 317
Decimal 171 251 207
Hex AB FB CF

RGB Percentages of Color #abfbcf

%27.19
%39.90
%32.91

CMYK Percentages of Color #abfbcf

%32
%0
%18
%2

Triadic Colors of #abfbcf

#abfbcf #cfabfb #fbcfab

Analogous Colors of #abfbcf

#abfbcf #abfbf7 #affbab

Monochromatic Colors of #abfbcf

#abfbcf

Complementary Color

#abfbcf #fbabd7

#abfbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbcf Color CSS Codes

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

#abfbcf Text Font Color

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

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


#abfbcf Background Color

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

This div background color is #abfbcf


#abfbcf Border Color

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

This div border color is #abfbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbcf

Related Colors


Comments

No comments written yet.

Please login to write comment.