Color Hex Logo

#abbecc Color Hex

#ABBECC
(171,190,204)
0 Favorites   0 Comments

Color spaces of #abbecc

RGB 171190204
HSL0.570.240.74
HSV205°16°80°
CMYK 0.160.070.00   0.20
XYZ46.107149.844564.3176
Yxy49.84450.28770.3110
Hunter Lab70.6006-6.9783-4.5931
CIE-Lab75.9737-3.5706-9.2354

#abbecc color RGB value is (171,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11001100
Octal 253 276 314
Decimal 171 190 204
Hex AB BE CC

RGB Percentages of Color #abbecc

%30.27
%33.63
%36.11

CMYK Percentages of Color #abbecc

%16
%7
%0
%20

Triadic Colors of #abbecc

#abbecc #ccabbe #beccab

Analogous Colors of #abbecc

#abbecc #abaecc #abccca

Monochromatic Colors of #abbecc

#abbecc

Complementary Color

#abbecc #ccb9ab

#abbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbecc Color CSS Codes

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

#abbecc Text Font Color

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

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


#abbecc Background Color

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

This div background color is #abbecc


#abbecc Border Color

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

This div border color is #abbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbecc

#abbecc Color Palettes


Comments

No comments written yet.

Please login to write comment.