Color Hex Logo

#abfbdc Color Hex

#ABFBDC
(171,251,220)
0 Favorites   0 Comments

Color spaces of #abfbdc

RGB 171251220
HSL0.440.910.83
HSV157°32°98°
CMYK 0.320.000.12   0.02
XYZ64.210082.819680.3117
Yxy82.81960.28240.3643
Hunter Lab91.0053-33.316111.3806
CIE-Lab92.9354-30.82517.1149

#abfbdc color RGB value is (171,251,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 11011100
Octal 253 373 334
Decimal 171 251 220
Hex AB FB DC

RGB Percentages of Color #abfbdc

%26.64
%39.10
%34.27

CMYK Percentages of Color #abfbdc

%32
%0
%12
%2

Triadic Colors of #abfbdc

#abfbdc #dcabfb #fbdcab

Analogous Colors of #abfbdc

#abfbdc #abf2fb #abfbb4

Monochromatic Colors of #abfbdc

#abfbdc

Complementary Color

#abfbdc #fbabca

#abfbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfbdc Color CSS Codes

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

#abfbdc Text Font Color

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

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


#abfbdc Background Color

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

This div background color is #abfbdc


#abfbdc Border Color

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

This div border color is #abfbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfbdc


Comments

No comments written yet.

Please login to write comment.