Color Hex Logo

#abdfbd Color Hex

#ABDFBD
(171,223,189)
0 Favorites   0 Comments

Color spaces of #abdfbd

RGB 171223189
HSL0.390.450.77
HSV141°23°87°
CMYK 0.230.000.15   0.13
XYZ52.367665.107457.9510
Yxy65.10740.29850.3711
Hunter Lab80.6892-25.358813.9003
CIE-Lab84.5390-23.457811.2629

#abdfbd color RGB value is (171,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011111 10111101
Octal 253 337 275
Decimal 171 223 189
Hex AB DF BD

RGB Percentages of Color #abdfbd

%29.33
%38.25
%32.42

CMYK Percentages of Color #abdfbd

%23
%0
%15
%13

Triadic Colors of #abdfbd

#abdfbd #bdabdf #dfbdab

Analogous Colors of #abdfbd

#abdfbd #abdfd7 #b3dfab

Monochromatic Colors of #abdfbd

#abdfbd

Complementary Color

#abdfbd #dfabcd

#abdfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdfbd Color CSS Codes

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

#abdfbd Text Font Color

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

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


#abdfbd Background Color

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

This div background color is #abdfbd


#abdfbd Border Color

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

This div border color is #abdfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdfbd


Comments

No comments written yet.

Please login to write comment.