Color Hex Logo

#abf8cb Color Hex

#ABF8CB
(171,248,203)
0 Favorites   0 Comments

Color spaces of #abf8cb

RGB 171248203
HSL0.400.850.82
HSV145°31°97°
CMYK 0.310.000.18   0.03
XYZ61.141580.104568.7391
Yxy80.10450.29120.3815
Hunter Lab89.5011-34.687117.1146
CIE-Lab91.7317-32.739914.1731

#abf8cb color RGB value is (171,248,203).

#abf8cb hex color red value is 171, green value is 248 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #abf8cb hue: 0.40 , saturation: 0.85 and the lightness value of abf8cb is 0.82.

The process color (four color CMYK) of #abf8cb color hex is 0.31, 0.00, 0.18, 0.03. Web safe color of #abf8cb is #99ffcc. Color #abf8cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 11001011
Octal 253 370 313
Decimal 171 248 203
Hex AB F8 CB

RGB Percentages of Color #abf8cb

%27.49
%39.87
%32.64

CMYK Percentages of Color #abf8cb

%31
%0
%18
%3

Triadic Colors of #abf8cb

#abf8cb #cbabf8 #f8cbab

Analogous Colors of #abf8cb

#abf8cb #abf8f2 #b2f8ab

Monochromatic Colors of #abf8cb

#abf8cb

Complementary Color

#abf8cb #f8abd8

#abf8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf8cb Color CSS Codes

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

#abf8cb Text Font Color

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

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


#abf8cb Background Color

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

This div background color is #abf8cb


#abf8cb Border Color

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

This div border color is #abf8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf8cb


Comments

No comments written yet.

Please login to write comment.