Color Hex Logo

#adabea Color Hex

#ADABEA
(173,171,234)
0 Favorites   0 Comments

Color spaces of #adabea

RGB 173171234
HSL0.670.600.79
HSV242°27°92°
CMYK 0.260.270.00   0.08
XYZ46.647843.950683.8666
Yxy43.95060.26740.2519
Hunter Lab66.29529.5825-28.5980
CIE-Lab72.195514.2447-31.2714

#adabea color RGB value is (173,171,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11101010
Octal 255 253 352
Decimal 173 171 234
Hex AD AB EA

RGB Percentages of Color #adabea

%29.93
%29.58
%40.48

CMYK Percentages of Color #adabea

%26
%27
%0
%8

Triadic Colors of #adabea

#adabea #eaadab #abeaad

Analogous Colors of #adabea

#adabea #cdabea #abc9ea

Monochromatic Colors of #adabea

#adabea

Complementary Color

#adabea #e8eaab

#adabea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabea Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabea Color CSS Codes

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

#adabea Text Font Color

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

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


#adabea Background Color

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

This div background color is #adabea


#adabea Border Color

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

This div border color is #adabea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabea


Comments

No comments written yet.

Please login to write comment.