Color Hex Logo

#abbecb Color Hex

#ABBECB
(171,190,203)
0 Favorites   0 Comments

Color spaces of #abbecb

RGB 171190203
HSL0.570.240.73
HSV204°16°80°
CMYK 0.160.060.00   0.20
XYZ45.987549.796663.6878
Yxy49.79660.28840.3123
Hunter Lab70.5667-7.1654-4.1137
CIE-Lab75.9442-3.7836-8.7367

#abbecb color RGB value is (171,190,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11001011
Octal 253 276 313
Decimal 171 190 203
Hex AB BE CB

RGB Percentages of Color #abbecb

%30.32
%33.69
%35.99

CMYK Percentages of Color #abbecb

%16
%6
%0
%20

Triadic Colors of #abbecb

#abbecb #cbabbe #becbab

Analogous Colors of #abbecb

#abbecb #abaecb #abcbc8

Monochromatic Colors of #abbecb

#abbecb

Complementary Color

#abbecb #cbb8ab

#abbecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbecb Color CSS Codes

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

#abbecb Text Font Color

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

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


#abbecb Background Color

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

This div background color is #abbecb


#abbecb Border Color

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

This div border color is #abbecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbecb


Comments

No comments written yet.

Please login to write comment.