Color Hex Logo

#abdcb2 Color Hex

#ABDCB2
(171,220,178)
0 Favorites   0 Comments

Color spaces of #abdcb2

RGB 171220178
HSL0.360.410.77
HSV129°22°86°
CMYK 0.220.000.19   0.14
XYZ50.423763.058751.6334
Yxy63.05870.30540.3819
Hunter Lab79.4095-25.622117.0353
CIE-Lab83.4733-23.999815.5431

#abdcb2 color RGB value is (171,220,178).

#abdcb2 hex color red value is 171, green value is 220 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #abdcb2 hue: 0.36 , saturation: 0.41 and the lightness value of abdcb2 is 0.77.

The process color (four color CMYK) of #abdcb2 color hex is 0.22, 0.00, 0.19, 0.14. Web safe color of #abdcb2 is #99cc99. Color #abdcb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10110010
Octal 253 334 262
Decimal 171 220 178
Hex AB DC B2

RGB Percentages of Color #abdcb2

%30.05
%38.66
%31.28

CMYK Percentages of Color #abdcb2

%22
%0
%19
%14

Triadic Colors of #abdcb2

#abdcb2 #b2abdc #dcb2ab

Analogous Colors of #abdcb2

#abdcb2 #abdccb #bddcab

Monochromatic Colors of #abdcb2

#abdcb2

Complementary Color

#abdcb2 #dcabd5

#abdcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcb2 Color CSS Codes

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

#abdcb2 Text Font Color

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

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


#abdcb2 Background Color

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

This div background color is #abdcb2


#abdcb2 Border Color

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

This div border color is #abdcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcb2

#abdcb2 Color Palettes


Comments

No comments written yet.

Please login to write comment.