Color Hex Logo

#abdfb1 Color Hex

#ABDFB1
(171,223,177)
0 Favorites   0 Comments

Color spaces of #abdfb1

RGB 171223177
HSL0.350.450.77
HSV127°23°87°
CMYK 0.230.000.21   0.13
XYZ51.118164.607651.3713
Yxy64.60760.30590.3866
Hunter Lab80.3789-27.143318.3721
CIE-Lab84.2811-25.632417.2003

#abdfb1 color RGB value is (171,223,177).

#abdfb1 hex color red value is 171, green value is 223 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #abdfb1 hue: 0.35 , saturation: 0.45 and the lightness value of abdfb1 is 0.77.

The process color (four color CMYK) of #abdfb1 color hex is 0.23, 0.00, 0.21, 0.13. Web safe color of #abdfb1 is #99cc99. Color #abdfb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10110001
Octal 253 337 261
Decimal 171 223 177
Hex AB DF B1

RGB Percentages of Color #abdfb1

%29.95
%39.05
%31.00

CMYK Percentages of Color #abdfb1

%23
%0
%21
%13

Triadic Colors of #abdfb1

#abdfb1 #b1abdf #dfb1ab

Analogous Colors of #abdfb1

#abdfb1 #abdfcb #bfdfab

Monochromatic Colors of #abdfb1

#abdfb1

Complementary Color

#abdfb1 #dfabd9

#abdfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfb1 Color CSS Codes

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

#abdfb1 Text Font Color

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

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


#abdfb1 Background Color

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

This div background color is #abdfb1


#abdfb1 Border Color

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

This div border color is #abdfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfb1


Comments

No comments written yet.

Please login to write comment.