Color Hex Logo

#adabeb Color Hex

#ADABEB
(173,171,235)
0 Favorites   0 Comments

Color spaces of #adabeb

RGB 173171235
HSL0.670.620.80
HSV242°27°92°
CMYK 0.260.270.00   0.08
XYZ46.791944.008284.6255
Yxy44.00820.26670.2509
Hunter Lab66.33879.8121-29.1967
CIE-Lab72.234014.4844-31.7564

#adabeb color RGB value is (173,171,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11101011
Octal 255 253 353
Decimal 173 171 235
Hex AD AB EB

RGB Percentages of Color #adabeb

%29.88
%29.53
%40.59

CMYK Percentages of Color #adabeb

%26
%27
%0
%8

Triadic Colors of #adabeb

#adabeb #ebadab #abebad

Analogous Colors of #adabeb

#adabeb #cdabeb #abc9eb

Monochromatic Colors of #adabeb

#adabeb

Complementary Color

#adabeb #e9ebab

#adabeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabeb Color CSS Codes

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

#adabeb Text Font Color

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

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


#adabeb Background Color

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

This div background color is #adabeb


#adabeb Border Color

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

This div border color is #adabeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabeb


Comments

No comments written yet.

Please login to write comment.