Color Hex Logo

#abb4dc Color Hex

#ABB4DC
(171,180,220)
0 Favorites   0 Comments

Color spaces of #abb4dc

RGB 171180220
HSL0.640.410.77
HSV229°22°86°
CMYK 0.220.180.00   0.14
XYZ46.034146.467874.2531
Yxy46.46780.27610.2787
Hunter Lab68.16731.2502-16.8662
CIE-Lab73.84815.3843-21.1310

#abb4dc color RGB value is (171,180,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110100 11011100
Octal 253 264 334
Decimal 171 180 220
Hex AB B4 DC

RGB Percentages of Color #abb4dc

%29.95
%31.52
%38.53

CMYK Percentages of Color #abb4dc

%22
%18
%0
%14

Triadic Colors of #abb4dc

#abb4dc #dcabb4 #b4dcab

Analogous Colors of #abb4dc

#abb4dc #bbabdc #abcddc

Monochromatic Colors of #abb4dc

#abb4dc

Complementary Color

#abb4dc #dcd3ab

#abb4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb4dc Color CSS Codes

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

#abb4dc Text Font Color

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

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


#abb4dc Background Color

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

This div background color is #abb4dc


#abb4dc Border Color

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

This div border color is #abb4dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,180,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 #abb4dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb4dc


Comments

No comments written yet.

Please login to write comment.