Color Hex Logo

#abb7dc Color Hex

#ABB7DC
(171,183,220)
0 Favorites   0 Comments

Color spaces of #abb7dc

RGB 171183220
HSL0.630.410.77
HSV225°22°86°
CMYK 0.220.170.00   0.14
XYZ46.646347.692274.4571
Yxy47.69220.27630.2825
Hunter Lab69.0595-0.2863-15.5823
CIE-Lab74.63043.7452-19.9432

#abb7dc color RGB value is (171,183,220).

#abb7dc hex color red value is 171, green value is 183 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #abb7dc hue: 0.63 , saturation: 0.41 and the lightness value of abb7dc is 0.77.

The process color (four color CMYK) of #abb7dc color hex is 0.22, 0.17, 0.00, 0.14. Web safe color of #abb7dc is #99cccc. Color #abb7dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110111 11011100
Octal 253 267 334
Decimal 171 183 220
Hex AB B7 DC

RGB Percentages of Color #abb7dc

%29.79
%31.88
%38.33

CMYK Percentages of Color #abb7dc

%22
%17
%0
%14

Triadic Colors of #abb7dc

#abb7dc #dcabb7 #b7dcab

Analogous Colors of #abb7dc

#abb7dc #b8abdc #abd0dc

Monochromatic Colors of #abb7dc

#abb7dc

Complementary Color

#abb7dc #dcd0ab

#abb7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb7dc Color CSS Codes

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

#abb7dc Text Font Color

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

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


#abb7dc Background Color

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

This div background color is #abb7dc


#abb7dc Border Color

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

This div border color is #abb7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb7dc


Comments

No comments written yet.

Please login to write comment.