Color Hex Logo

#abbad7 Color Hex

#ABBAD7
(171,186,215)
0 Favorites   0 Comments

Color spaces of #abbad7

RGB 171186215
HSL0.610.350.76
HSV220°20°84°
CMYK 0.200.130.00   0.16
XYZ46.619248.682071.2295
Yxy48.68200.27990.2923
Hunter Lab69.7725-2.8353-11.6874
CIE-Lab75.25310.9848-16.2859

#abbad7 color RGB value is (171,186,215).

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

The process color (four color CMYK) of #abbad7 color hex is 0.20, 0.13, 0.00, 0.16. Web safe color of #abbad7 is #99cccc. Color #abbad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11010111
Octal 253 272 327
Decimal 171 186 215
Hex AB BA D7

RGB Percentages of Color #abbad7

%29.90
%32.52
%37.59

CMYK Percentages of Color #abbad7

%20
%13
%0
%16

Triadic Colors of #abbad7

#abbad7 #d7abba #bad7ab

Analogous Colors of #abbad7

#abbad7 #b2abd7 #abd0d7

Monochromatic Colors of #abbad7

#abbad7

Complementary Color

#abbad7 #d7c8ab

#abbad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbad7 Color CSS Codes

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

#abbad7 Text Font Color

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

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


#abbad7 Background Color

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

This div background color is #abbad7


#abbad7 Border Color

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

This div border color is #abbad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbad7

#abbad7 Color Palettes


Comments

No comments written yet.

Please login to write comment.