Color Hex Logo

#abd2bd Color Hex

#ABD2BD
(171,210,189)
0 Favorites   0 Comments

Color spaces of #abd2bd

RGB 171210189
HSL0.410.300.75
HSV148°19°82°
CMYK 0.190.000.10   0.18
XYZ49.026558.425256.8373
Yxy58.42520.29840.3556
Hunter Lab76.4364-19.27339.4180
CIE-Lab80.9746-17.00356.1623

#abd2bd color RGB value is (171,210,189).

#abd2bd hex color red value is 171, green value is 210 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abd2bd hue: 0.41 , saturation: 0.30 and the lightness value of abd2bd is 0.75.

The process color (four color CMYK) of #abd2bd color hex is 0.19, 0.00, 0.10, 0.18. Web safe color of #abd2bd is #99cccc. Color #abd2bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 10111101
Octal 253 322 275
Decimal 171 210 189
Hex AB D2 BD

RGB Percentages of Color #abd2bd

%30.00
%36.84
%33.16

CMYK Percentages of Color #abd2bd

%19
%0
%10
%18

Triadic Colors of #abd2bd

#abd2bd #bdabd2 #d2bdab

Analogous Colors of #abd2bd

#abd2bd #abd2d1 #add2ab

Monochromatic Colors of #abd2bd

#abd2bd

Complementary Color

#abd2bd #d2abc0

#abd2bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd2bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd2bd Color CSS Codes

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

#abd2bd Text Font Color

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

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


#abd2bd Background Color

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

This div background color is #abd2bd


#abd2bd Border Color

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

This div border color is #abd2bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,210,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 #abd2bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd2bd


Comments

No comments written yet.

Please login to write comment.