Color Hex Logo

#ababde Color Hex

#ABABDE
(171,171,222)
0 Favorites   0 Comments

Color spaces of #ababde

RGB 171171222
HSL0.670.440.77
HSV240°23°87°
CMYK 0.230.230.00   0.13
XYZ44.542343.057775.0706
Yxy43.05770.27380.2647
Hunter Lab65.61846.3352-21.8978
CIE-Lab71.594110.8113-25.6608

#ababde color RGB value is (171,171,222).

#ababde hex color red value is 171, green value is 171 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ababde hue: 0.67 , saturation: 0.44 and the lightness value of ababde is 0.77.

The process color (four color CMYK) of #ababde color hex is 0.23, 0.23, 0.00, 0.13. Web safe color of #ababde is #9999cc. Color #ababde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101011 11011110
Octal 253 253 336
Decimal 171 171 222
Hex AB AB DE

RGB Percentages of Color #ababde

%30.32
%30.32
%39.36

CMYK Percentages of Color #ababde

%23
%23
%0
%13

Triadic Colors of #ababde

#ababde #deabab #abdeab

Analogous Colors of #ababde

#ababde #c5abde #abc5de

Monochromatic Colors of #ababde

#ababde

Complementary Color

#ababde #dedeab

#ababde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ababde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ababde Color CSS Codes

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

#ababde Text Font Color

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

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


#ababde Background Color

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

This div background color is #ababde


#ababde Border Color

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

This div border color is #ababde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ababde


Comments

No comments written yet.

Please login to write comment.