Color Hex Logo

#abbbec Color Hex

#ABBBEC
(171,187,236)
0 Favorites   0 Comments

Color spaces of #abbbec

RGB 171187236
HSL0.630.630.80
HSV225°28°93°
CMYK 0.280.210.00   0.07
XYZ49.705250.254786.4373
Yxy50.25470.26670.2696
Hunter Lab70.89051.0975-22.6693
CIE-Lab76.22535.3095-26.1778

#abbbec color RGB value is (171,187,236).

#abbbec hex color red value is 171, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #abbbec hue: 0.63 , saturation: 0.63 and the lightness value of abbbec is 0.80.

The process color (four color CMYK) of #abbbec color hex is 0.28, 0.21, 0.00, 0.07. Web safe color of #abbbec is #99ccff. Color #abbbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111011 11101100
Octal 253 273 354
Decimal 171 187 236
Hex AB BB EC

RGB Percentages of Color #abbbec

%28.79
%31.48
%39.73

CMYK Percentages of Color #abbbec

%28
%21
%0
%7

Triadic Colors of #abbbec

#abbbec #ecabbb #bbecab

Analogous Colors of #abbbec

#abbbec #bcabec #abdcec

Monochromatic Colors of #abbbec

#abbbec

Complementary Color

#abbbec #ecdcab

#abbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbbec Color CSS Codes

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

#abbbec Text Font Color

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

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


#abbbec Background Color

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

This div background color is #abbbec


#abbbec Border Color

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

This div border color is #abbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbbec


Comments

No comments written yet.

Please login to write comment.