Color Hex Logo

#abdcb8 Color Hex

#ABDCB8
(171,220,184)
0 Favorites   0 Comments

Color spaces of #abdcb8

RGB 171220184
HSL0.380.410.77
HSV136°22°86°
CMYK 0.220.000.16   0.14
XYZ51.039563.305054.8764
Yxy63.30500.30160.3741
Hunter Lab79.5644-24.732514.8022
CIE-Lab83.6026-22.916312.5669

#abdcb8 color RGB value is (171,220,184).

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

The process color (four color CMYK) of #abdcb8 color hex is 0.22, 0.00, 0.16, 0.14. Web safe color of #abdcb8 is #99cccc. Color #abdcb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011100 10111000
Octal 253 334 270
Decimal 171 220 184
Hex AB DC B8

RGB Percentages of Color #abdcb8

%29.74
%38.26
%32.00

CMYK Percentages of Color #abdcb8

%22
%0
%16
%14

Triadic Colors of #abdcb8

#abdcb8 #b8abdc #dcb8ab

Analogous Colors of #abdcb8

#abdcb8 #abdcd1 #b7dcab

Monochromatic Colors of #abdcb8

#abdcb8

Complementary Color

#abdcb8 #dcabcf

#abdcb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdcb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdcb8 Color CSS Codes

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

#abdcb8 Text Font Color

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

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


#abdcb8 Background Color

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

This div background color is #abdcb8


#abdcb8 Border Color

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

This div border color is #abdcb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdcb8


Comments

No comments written yet.

Please login to write comment.