Color Hex Logo

#abdbb8 Color Hex

#ABDBB8
(171,219,184)
0 Favorites   0 Comments

Color spaces of #abdbb8

RGB 171219184
HSL0.380.400.76
HSV136°22°86°
CMYK 0.220.000.16   0.14
XYZ50.777862.781754.7892
Yxy62.78170.30160.3729
Hunter Lab79.2349-24.269114.4667
CIE-Lab83.3274-22.425812.1768

#abdbb8 color RGB value is (171,219,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10111000
Octal 253 333 270
Decimal 171 219 184
Hex AB DB B8

RGB Percentages of Color #abdbb8

%29.79
%38.15
%32.06

CMYK Percentages of Color #abdbb8

%22
%0
%16
%14

Triadic Colors of #abdbb8

#abdbb8 #b8abdb #dbb8ab

Analogous Colors of #abdbb8

#abdbb8 #abdbd0 #b6dbab

Monochromatic Colors of #abdbb8

#abdbb8

Complementary Color

#abdbb8 #dbabce

#abdbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbb8 Color CSS Codes

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

#abdbb8 Text Font Color

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

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


#abdbb8 Background Color

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

This div background color is #abdbb8


#abdbb8 Border Color

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

This div border color is #abdbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbb8


Comments

No comments written yet.

Please login to write comment.