Color Hex Logo

#adabee Color Hex

#ADABEE
(173,171,238)
0 Favorites   0 Comments

Color spaces of #adabee

RGB 173171238
HSL0.670.660.80
HSV242°28°93°
CMYK 0.270.280.00   0.07
XYZ47.229144.183186.9279
Yxy44.18310.26480.2477
Hunter Lab66.470410.5062-31.0084
CIE-Lab72.350715.2071-33.2078

#adabee color RGB value is (173,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11101110
Octal 255 253 356
Decimal 173 171 238
Hex AD AB EE

RGB Percentages of Color #adabee

%29.73
%29.38
%40.89

CMYK Percentages of Color #adabee

%27
%28
%0
%7

Triadic Colors of #adabee

#adabee #eeadab #abeead

Analogous Colors of #adabee

#adabee #cfabee #abcbee

Monochromatic Colors of #adabee

#adabee

Complementary Color

#adabee #eceeab

#adabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabee Color CSS Codes

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

#adabee Text Font Color

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

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


#adabee Background Color

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

This div background color is #adabee


#adabee Border Color

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

This div border color is #adabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabee

#adabee Color Palettes


Comments

No comments written yet.

Please login to write comment.