Color Hex Logo

#abaecc Color Hex

#ABAECC
(171,174,204)
0 Favorites   0 Comments

Color spaces of #abaecc

RGB 171174204
HSL0.650.240.74
HSV235°16°80°
CMYK 0.160.150.00   0.20
XYZ42.829743.289763.2251
Yxy43.28970.28680.2899
Hunter Lab65.79491.0549-10.9178
CIE-Lab71.75125.0917-15.5601

#abaecc color RGB value is (171,174,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101110 11001100
Octal 253 256 314
Decimal 171 174 204
Hex AB AE CC

RGB Percentages of Color #abaecc

%31.15
%31.69
%37.16

CMYK Percentages of Color #abaecc

%16
%15
%0
%20

Triadic Colors of #abaecc

#abaecc #ccabae #aeccab

Analogous Colors of #abaecc

#abaecc #b9abcc #abbfcc

Monochromatic Colors of #abaecc

#abaecc

Complementary Color

#abaecc #ccc9ab

#abaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaecc Color CSS Codes

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

#abaecc Text Font Color

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

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


#abaecc Background Color

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

This div background color is #abaecc


#abaecc Border Color

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

This div border color is #abaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaecc


Comments

No comments written yet.

Please login to write comment.