Color Hex Logo

#abfdbe Color Hex

#ABFDBE
(171,253,190)
0 Favorites   0 Comments

Color spaces of #abfdbe

RGB 171253190
HSL0.370.950.83
HSV134°32°99°
CMYK 0.320.000.25   0.01
XYZ61.214182.626261.4373
Yxy82.62620.29820.4025
Hunter Lab90.8990-38.865923.5560
CIE-Lab92.8505-37.391622.4059

#abfdbe color RGB value is (171,253,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 10111110
Octal 253 375 276
Decimal 171 253 190
Hex AB FD BE

RGB Percentages of Color #abfdbe

%27.85
%41.21
%30.94

CMYK Percentages of Color #abfdbe

%32
%0
%25
%1

Triadic Colors of #abfdbe

#abfdbe #beabfd #fdbeab

Analogous Colors of #abfdbe

#abfdbe #abfde7 #c1fdab

Monochromatic Colors of #abfdbe

#abfdbe

Complementary Color

#abfdbe #fdabea

#abfdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfdbe Color CSS Codes

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

#abfdbe Text Font Color

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

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


#abfdbe Background Color

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

This div background color is #abfdbe


#abfdbe Border Color

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

This div border color is #abfdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfdbe

Related Colors


Comments

No comments written yet.

Please login to write comment.