Color Hex Logo

#abaded Color Hex

#ABADED
(171,173,237)
0 Favorites   0 Comments

Color spaces of #abaded

RGB 171173237
HSL0.660.650.80
HSV238°28°93°
CMYK 0.280.270.00   0.07
XYZ47.024244.659586.2625
Yxy44.65950.26430.2510
Hunter Lab66.82788.6552-29.7532
CIE-Lab72.667113.2697-32.1877

#abaded color RGB value is (171,173,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11101101
Octal 253 255 355
Decimal 171 173 237
Hex AB AD ED

RGB Percentages of Color #abaded

%29.43
%29.78
%40.79

CMYK Percentages of Color #abaded

%28
%27
%0
%7

Triadic Colors of #abaded

#abaded #edabad #adedab

Analogous Colors of #abaded

#abaded #caabed #abceed

Monochromatic Colors of #abaded

#abaded

Complementary Color

#abaded #edebab

#abaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaded Color CSS Codes

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

#abaded Text Font Color

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

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


#abaded Background Color

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

This div background color is #abaded


#abaded Border Color

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

This div border color is #abaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaded


Comments

No comments written yet.

Please login to write comment.