Color Hex Logo

#abdbb0 Color Hex

#ABDBB0
(171,219,176)
0 Favorites   0 Comments

Color spaces of #abdbb0

RGB 171219176
HSL0.350.400.76
HSV126°22°86°
CMYK 0.220.000.20   0.14
XYZ49.962662.455650.4961
Yxy62.45560.30670.3834
Hunter Lab79.0289-25.451517.4364
CIE-Lab83.1551-23.866116.1482

#abdbb0 color RGB value is (171,219,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10110000
Octal 253 333 260
Decimal 171 219 176
Hex AB DB B0

RGB Percentages of Color #abdbb0

%30.21
%38.69
%31.10

CMYK Percentages of Color #abdbb0

%22
%0
%20
%14

Triadic Colors of #abdbb0

#abdbb0 #b0abdb #dbb0ab

Analogous Colors of #abdbb0

#abdbb0 #abdbc8 #bedbab

Monochromatic Colors of #abdbb0

#abdbb0

Complementary Color

#abdbb0 #dbabd6

#abdbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbb0 Color CSS Codes

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

#abdbb0 Text Font Color

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

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


#abdbb0 Background Color

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

This div background color is #abdbb0


#abdbb0 Border Color

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

This div border color is #abdbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbb0


Comments

No comments written yet.

Please login to write comment.