Color Hex Logo

#abdbc7 Color Hex

#ABDBC7
(171,219,199)
0 Favorites   0 Comments

Color spaces of #abdbc7

RGB 171219199
HSL0.430.400.76
HSV155°22°86°
CMYK 0.220.000.09   0.14
XYZ52.434963.444563.5152
Yxy63.44450.29230.3537
Hunter Lab79.6521-21.88478.4781
CIE-Lab83.6757-19.56104.7446

#abdbc7 color RGB value is (171,219,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 11000111
Octal 253 333 307
Decimal 171 219 199
Hex AB DB C7

RGB Percentages of Color #abdbc7

%29.03
%37.18
%33.79

CMYK Percentages of Color #abdbc7

%22
%0
%9
%14

Triadic Colors of #abdbc7

#abdbc7 #c7abdb #dbc7ab

Analogous Colors of #abdbc7

#abdbc7 #abd7db #abdbaf

Monochromatic Colors of #abdbc7

#abdbc7

Complementary Color

#abdbc7 #dbabbf

#abdbc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbc7 Color CSS Codes

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

#abdbc7 Text Font Color

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

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


#abdbc7 Background Color

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

This div background color is #abdbc7


#abdbc7 Border Color

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

This div border color is #abdbc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbc7


Comments

No comments written yet.

Please login to write comment.