Color Hex Logo

#abadf8 Color Hex

#ABADF8
(171,173,248)
1 Favorites   0 Comments

Color spaces of #abadf8

RGB 171173248
HSL0.660.850.82
HSV238°31°97°
CMYK 0.310.300.00   0.03
XYZ48.681445.322494.9892
Yxy45.32240.25760.2398
Hunter Lab67.321911.2625-36.5311
CIE-Lab73.103715.9799-37.4762

#abadf8 color RGB value is (171,173,248).

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

The process color (four color CMYK) of #abadf8 color hex is 0.31, 0.30, 0.00, 0.03. Web safe color of #abadf8 is #9999ff. Color #abadf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11111000
Octal 253 255 370
Decimal 171 173 248
Hex AB AD F8

RGB Percentages of Color #abadf8

%28.89
%29.22
%41.89

CMYK Percentages of Color #abadf8

%31
%30
%0
%3

Triadic Colors of #abadf8

#abadf8 #f8abad #adf8ab

Analogous Colors of #abadf8

#abadf8 #d0abf8 #abd4f8

Monochromatic Colors of #abadf8

#abadf8

Complementary Color

#abadf8 #f8f6ab

#abadf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadf8 Color CSS Codes

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

#abadf8 Text Font Color

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

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


#abadf8 Background Color

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

This div background color is #abadf8


#abadf8 Border Color

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

This div border color is #abadf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadf8


Comments

No comments written yet.

Please login to write comment.