Color Hex Logo

#ababeb Color Hex

#ABABEB
(171,171,235)
0 Favorites   0 Comments

Color spaces of #ababeb

RGB 171171235
HSL0.670.620.80
HSV240°27°92°
CMYK 0.270.270.00   0.08
XYZ46.352943.781984.6050
Yxy43.78190.26530.2506
Hunter Lab66.16799.2516-29.4931
CIE-Lab72.082513.8989-32.0027

#ababeb color RGB value is (171,171,235).

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

The process color (four color CMYK) of #ababeb color hex is 0.27, 0.27, 0.00, 0.08. Web safe color of #ababeb is #9999ff. Color #ababeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11101011
Octal 253 253 353
Decimal 171 171 235
Hex AB AB EB

RGB Percentages of Color #ababeb

%29.64
%29.64
%40.73

CMYK Percentages of Color #ababeb

%27
%27
%0
%8

Triadic Colors of #ababeb

#ababeb #ebabab #abebab

Analogous Colors of #ababeb

#ababeb #cbabeb #abcbeb

Monochromatic Colors of #ababeb

#ababeb

Complementary Color

#ababeb #ebebab

#ababeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababeb Color CSS Codes

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

#ababeb Text Font Color

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

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


#ababeb Background Color

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

This div background color is #ababeb


#ababeb Border Color

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

This div border color is #ababeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,171,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 #ababeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababeb


Comments

No comments written yet.

Please login to write comment.