Color Hex Logo

#abfdbb Color Hex

#ABFDBB
(171,253,187)
0 Favorites   0 Comments

Color spaces of #abfdbb

RGB 171253187
HSL0.370.950.83
HSV132°32°99°
CMYK 0.320.000.26   0.01
XYZ60.889582.496359.7279
Yxy82.49630.29980.4062
Hunter Lab90.8275-39.284124.5903
CIE-Lab92.7935-37.910223.8547

#abfdbb color RGB value is (171,253,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10111011
Octal 253 375 273
Decimal 171 253 187
Hex AB FD BB

RGB Percentages of Color #abfdbb

%27.99
%41.41
%30.61

CMYK Percentages of Color #abfdbb

%32
%0
%26
%1

Triadic Colors of #abfdbb

#abfdbb #bbabfd #fdbbab

Analogous Colors of #abfdbb

#abfdbb #abfde4 #c4fdab

Monochromatic Colors of #abfdbb

#abfdbb

Complementary Color

#abfdbb #fdabed

#abfdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdbb Color CSS Codes

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

#abfdbb Text Font Color

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

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


#abfdbb Background Color

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

This div background color is #abfdbb


#abfdbb Border Color

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

This div border color is #abfdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdbb

Related Colors


Comments

No comments written yet.

Please login to write comment.