Color Hex Logo

#abbec7 Color Hex

#ABBEC7
(171,190,199)
0 Favorites   0 Comments

Color spaces of #abbec7

RGB 171190199
HSL0.550.200.73
HSV199°14°78°
CMYK 0.140.050.00   0.22
XYZ45.516849.608461.2092
Yxy49.60840.29120.3173
Hunter Lab70.4332-7.9042-2.2220
CIE-Lab75.8283-4.6275-6.7381

#abbec7 color RGB value is (171,190,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111110 11000111
Octal 253 276 307
Decimal 171 190 199
Hex AB BE C7

RGB Percentages of Color #abbec7

%30.54
%33.93
%35.54

CMYK Percentages of Color #abbec7

%14
%5
%0
%22

Triadic Colors of #abbec7

#abbec7 #c7abbe #bec7ab

Analogous Colors of #abbec7

#abbec7 #abb0c7 #abc7c2

Monochromatic Colors of #abbec7

#abbec7

Complementary Color

#abbec7 #c7b4ab

#abbec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbec7 Color CSS Codes

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

#abbec7 Text Font Color

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

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


#abbec7 Background Color

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

This div background color is #abbec7


#abbec7 Border Color

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

This div border color is #abbec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbec7


Comments

No comments written yet.

Please login to write comment.