Color Hex Logo

#abdfbf Color Hex

#ABDFBF
(171,223,191)
0 Favorites   0 Comments

Color spaces of #abdfbf

RGB 171223191
HSL0.400.450.77
HSV143°23°87°
CMYK 0.230.000.14   0.13
XYZ52.586265.194959.1025
Yxy65.19490.29730.3686
Hunter Lab80.7434-25.048113.1213
CIE-Lab84.5841-23.082310.2740

#abdfbf color RGB value is (171,223,191).

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

The process color (four color CMYK) of #abdfbf color hex is 0.23, 0.00, 0.14, 0.13. Web safe color of #abdfbf is #99cccc. Color #abdfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10111111
Octal 253 337 277
Decimal 171 223 191
Hex AB DF BF

RGB Percentages of Color #abdfbf

%29.23
%38.12
%32.65

CMYK Percentages of Color #abdfbf

%23
%0
%14
%13

Triadic Colors of #abdfbf

#abdfbf #bfabdf #dfbfab

Analogous Colors of #abdfbf

#abdfbf #abdfd9 #b1dfab

Monochromatic Colors of #abdfbf

#abdfbf

Complementary Color

#abdfbf #dfabcb

#abdfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfbf Color CSS Codes

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

#abdfbf Text Font Color

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

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


#abdfbf Background Color

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

This div background color is #abdfbf


#abdfbf Border Color

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

This div border color is #abdfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfbf


Comments

No comments written yet.

Please login to write comment.