Color Hex Logo

#abadcc Color Hex

#ABADCC
(171,173,204)
0 Favorites   0 Comments

Color spaces of #abadcc

RGB 171173204
HSL0.660.240.74
HSV236°16°80°
CMYK 0.160.150.00   0.20
XYZ42.637242.904763.1610
Yxy42.90470.28670.2885
Hunter Lab65.50171.5636-11.3201
CIE-Lab71.49025.6412-15.9536

#abadcc color RGB value is (171,173,204).

#abadcc hex color red value is 171, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #abadcc hue: 0.66 , saturation: 0.24 and the lightness value of abadcc is 0.74.

The process color (four color CMYK) of #abadcc color hex is 0.16, 0.15, 0.00, 0.20. Web safe color of #abadcc is #9999cc. Color #abadcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11001100
Octal 253 255 314
Decimal 171 173 204
Hex AB AD CC

RGB Percentages of Color #abadcc

%31.20
%31.57
%37.23

CMYK Percentages of Color #abadcc

%16
%15
%0
%20

Triadic Colors of #abadcc

#abadcc #ccabad #adccab

Analogous Colors of #abadcc

#abadcc #baabcc #abbecc

Monochromatic Colors of #abadcc

#abadcc

Complementary Color

#abadcc #cccaab

#abadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadcc Color CSS Codes

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

#abadcc Text Font Color

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

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


#abadcc Background Color

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

This div background color is #abadcc


#abadcc Border Color

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

This div border color is #abadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadcc


Comments

No comments written yet.

Please login to write comment.