Color Hex Logo

#abbcbe Color Hex

#ABBCBE
(171,188,190)
0 Favorites   0 Comments

Color spaces of #abbcbe

RGB 171188190
HSL0.520.130.71
HSV186°10°75°
CMYK 0.100.010.00   0.25
XYZ44.072148.342155.7233
Yxy48.34210.29750.3263
Hunter Lab69.5285-8.52881.1522
CIE-Lab75.0402-5.4139-3.0104

#abbcbe color RGB value is (171,188,190).

#abbcbe hex color red value is 171, green value is 188 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #abbcbe hue: 0.52 , saturation: 0.13 and the lightness value of abbcbe is 0.71.

The process color (four color CMYK) of #abbcbe color hex is 0.10, 0.01, 0.00, 0.25. Web safe color of #abbcbe is #99cccc. Color #abbcbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111100 10111110
Octal 253 274 276
Decimal 171 188 190
Hex AB BC BE

RGB Percentages of Color #abbcbe

%31.15
%34.24
%34.61

CMYK Percentages of Color #abbcbe

%10
%1
%0
%25

Triadic Colors of #abbcbe

#abbcbe #beabbc #bcbeab

Analogous Colors of #abbcbe

#abbcbe #abb3be #abbeb7

Monochromatic Colors of #abbcbe

#abbcbe

Complementary Color

#abbcbe #beadab

#abbcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbcbe Color CSS Codes

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

#abbcbe Text Font Color

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

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


#abbcbe Background Color

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

This div background color is #abbcbe


#abbcbe Border Color

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

This div border color is #abbcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbcbe


Comments

No comments written yet.

Please login to write comment.