Color Hex Logo

#adabda Color Hex

#ADABDA
(173,171,218)
0 Favorites   0 Comments

Color spaces of #adabda

RGB 173171218
HSL0.670.390.76
HSV243°22°85°
CMYK 0.210.220.00   0.15
XYZ44.451443.072072.3006
Yxy43.07200.27810.2695
Hunter Lab65.62936.0487-19.3765
CIE-Lab71.603810.5051-23.4436

#adabda color RGB value is (173,171,218).

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

The process color (four color CMYK) of #adabda color hex is 0.21, 0.22, 0.00, 0.15. Web safe color of #adabda is #9999cc. Color #adabda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11011010
Octal 255 253 332
Decimal 173 171 218
Hex AD AB DA

RGB Percentages of Color #adabda

%30.78
%30.43
%38.79

CMYK Percentages of Color #adabda

%21
%22
%0
%15

Triadic Colors of #adabda

#adabda #daadab #abdaad

Analogous Colors of #adabda

#adabda #c5abda #abc1da

Monochromatic Colors of #adabda

#adabda

Complementary Color

#adabda #d8daab

#adabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabda Color CSS Codes

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

#adabda Text Font Color

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

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


#adabda Background Color

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

This div background color is #adabda


#adabda Border Color

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

This div border color is #adabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabda


Comments

No comments written yet.

Please login to write comment.