Color Hex Logo

#abdabc Color Hex

#ABDABC
(171,218,188)
0 Favorites   0 Comments

Color spaces of #abdabc

RGB 171218188
HSL0.390.390.76
HSV142°22°85°
CMYK 0.220.000.14   0.15
XYZ50.943162.431656.9425
Yxy62.43160.29910.3666
Hunter Lab79.0137-23.188212.5813
CIE-Lab83.1424-21.18879.8006

#abdabc color RGB value is (171,218,188).

#abdabc hex color red value is 171, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #abdabc hue: 0.39 , saturation: 0.39 and the lightness value of abdabc is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10111100
Octal 253 332 274
Decimal 171 218 188
Hex AB DA BC

RGB Percentages of Color #abdabc

%29.64
%37.78
%32.58

CMYK Percentages of Color #abdabc

%22
%0
%14
%15

Triadic Colors of #abdabc

#abdabc #bcabda #dabcab

Analogous Colors of #abdabc

#abdabc #abdad4 #b2daab

Monochromatic Colors of #abdabc

#abdabc

Complementary Color

#abdabc #daabc9

#abdabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdabc Color CSS Codes

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

#abdabc Text Font Color

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

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


#abdabc Background Color

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

This div background color is #abdabc


#abdabc Border Color

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

This div border color is #abdabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdabc


Comments

No comments written yet.

Please login to write comment.