Color Hex Logo

#abadda Color Hex

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

Color spaces of #abadda

RGB 171173218
HSL0.660.390.76
HSV237°22°85°
CMYK 0.220.210.00   0.15
XYZ44.393043.607072.4069
Yxy43.60700.27680.2719
Hunter Lab66.03564.4359-18.7856
CIE-Lab71.96508.7781-22.9063

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

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

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

Base Numbers

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

RGB Percentages of Color #abadda

%30.43
%30.78
%38.79

CMYK Percentages of Color #abadda

%22
%21
%0
%15

Triadic Colors of #abadda

#abadda #daabad #addaab

Analogous Colors of #abadda

#abadda #c1abda #abc5da

Monochromatic Colors of #abadda

#abadda

Complementary Color

#abadda #dad8ab

#abadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadda Color CSS Codes

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

#abadda Text Font Color

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

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


#abadda Background Color

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

This div background color is #abadda


#abadda Border Color

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

This div border color is #abadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadda


Comments

No comments written yet.

Please login to write comment.