Color Hex Logo

#adabd7 Color Hex

#ADABD7
(173,171,215)
0 Favorites   0 Comments

Color spaces of #adabd7

RGB 173171215
HSL0.670.350.76
HSV243°20°84°
CMYK 0.200.200.00   0.16
XYZ44.062242.916470.2513
Yxy42.91640.28020.2730
Hunter Lab65.51065.4149-17.7231
CIE-Lab71.49829.8244-21.9613

#adabd7 color RGB value is (173,171,215).

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

The process color (four color CMYK) of #adabd7 color hex is 0.20, 0.20, 0.00, 0.16. Web safe color of #adabd7 is #9999cc. Color #adabd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11010111
Octal 255 253 327
Decimal 173 171 215
Hex AD AB D7

RGB Percentages of Color #adabd7

%30.95
%30.59
%38.46

CMYK Percentages of Color #adabd7

%20
%20
%0
%16

Triadic Colors of #adabd7

#adabd7 #d7adab #abd7ad

Analogous Colors of #adabd7

#adabd7 #c3abd7 #abbfd7

Monochromatic Colors of #adabd7

#adabd7

Complementary Color

#adabd7 #d5d7ab

#adabd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabd7 Color CSS Codes

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

#adabd7 Text Font Color

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

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


#adabd7 Background Color

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

This div background color is #adabd7


#adabd7 Border Color

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

This div border color is #adabd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabd7


Comments

No comments written yet.

Please login to write comment.