Color Hex Logo

#abadf5 Color Hex

#ABADF5
(171,173,245)
0 Favorites   0 Comments

Color spaces of #abadf5

RGB 171173245
HSL0.660.790.82
HSV238°30°96°
CMYK 0.300.290.00   0.04
XYZ48.219645.137692.5572
Yxy45.13760.25940.2428
Hunter Lab67.184510.5399-34.6521
CIE-Lab72.982415.2336-36.0402

#abadf5 color RGB value is (171,173,245).

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

The process color (four color CMYK) of #abadf5 color hex is 0.30, 0.29, 0.00, 0.04. Web safe color of #abadf5 is #9999ff. Color #abadf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11110101
Octal 253 255 365
Decimal 171 173 245
Hex AB AD F5

RGB Percentages of Color #abadf5

%29.03
%29.37
%41.60

CMYK Percentages of Color #abadf5

%30
%29
%0
%4

Triadic Colors of #abadf5

#abadf5 #f5abad #adf5ab

Analogous Colors of #abadf5

#abadf5 #ceabf5 #abd2f5

Monochromatic Colors of #abadf5

#abadf5

Complementary Color

#abadf5 #f5f3ab

#abadf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadf5 Color CSS Codes

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

#abadf5 Text Font Color

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

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


#abadf5 Background Color

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

This div background color is #abadf5


#abadf5 Border Color

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

This div border color is #abadf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadf5


Comments

No comments written yet.

Please login to write comment.