Color Hex Logo

#abbaeb Color Hex

#ABBAEB
(171,186,235)
0 Favorites   0 Comments

Color spaces of #abbaeb

RGB 171186235
HSL0.630.620.80
HSV226°27°92°
CMYK 0.270.210.00   0.08
XYZ49.348949.773985.6036
Yxy49.77390.26710.2694
Hunter Lab70.55061.3940-22.5549
CIE-Lab75.93035.6165-26.0892

#abbaeb color RGB value is (171,186,235).

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

The process color (four color CMYK) of #abbaeb color hex is 0.27, 0.21, 0.00, 0.08. Web safe color of #abbaeb is #99ccff. Color #abbaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11101011
Octal 253 272 353
Decimal 171 186 235
Hex AB BA EB

RGB Percentages of Color #abbaeb

%28.89
%31.42
%39.70

CMYK Percentages of Color #abbaeb

%27
%21
%0
%8

Triadic Colors of #abbaeb

#abbaeb #ebabba #baebab

Analogous Colors of #abbaeb

#abbaeb #bcabeb #abdaeb

Monochromatic Colors of #abbaeb

#abbaeb

Complementary Color

#abbaeb #ebdcab

#abbaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbaeb Color CSS Codes

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

#abbaeb Text Font Color

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

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


#abbaeb Background Color

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

This div background color is #abbaeb


#abbaeb Border Color

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

This div border color is #abbaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbaeb


Comments

No comments written yet.

Please login to write comment.