Color Hex Logo

#abfccf Color Hex

#ABFCCF
(171,252,207)
0 Favorites   0 Comments

Color spaces of #abfccf

RGB 171252207
HSL0.410.930.83
HSV147°32°99°
CMYK 0.320.000.18   0.01
XYZ62.867582.783771.6969
Yxy82.78370.28920.3809
Hunter Lab90.9855-35.888116.9692
CIE-Lab92.9197-33.836413.7948

#abfccf color RGB value is (171,252,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 11001111
Octal 253 374 317
Decimal 171 252 207
Hex AB FC CF

RGB Percentages of Color #abfccf

%27.14
%40.00
%32.86

CMYK Percentages of Color #abfccf

%32
%0
%18
%1

Triadic Colors of #abfccf

#abfccf #cfabfc #fccfab

Analogous Colors of #abfccf

#abfccf #abfcf8 #b0fcab

Monochromatic Colors of #abfccf

#abfccf

Complementary Color

#abfccf #fcabd8

#abfccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfccf Color CSS Codes

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

#abfccf Text Font Color

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

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


#abfccf Background Color

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

This div background color is #abfccf


#abfccf Border Color

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

This div border color is #abfccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,252,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 #abfccf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfccf


Comments

No comments written yet.

Please login to write comment.