Color Hex Logo

#adb4ff Color Hex

#ADB4FF
(173,180,255)
0 Favorites   0 Comments

Color spaces of #adb4ff

RGB 173180255
HSL0.651.000.84
HSV235°32°100°
CMYK 0.320.290.00   0.00
XYZ51.604848.7468101.2969
Yxy48.74680.25590.2417
Hunter Lab69.81899.7505-37.1478
CIE-Lab75.293514.3936-37.8403

#adb4ff color RGB value is (173,180,255).

#adb4ff hex color red value is 173, green value is 180 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adb4ff hue: 0.65 , saturation: 1.00 and the lightness value of adb4ff is 0.84.

The process color (four color CMYK) of #adb4ff color hex is 0.32, 0.29, 0.00, 0.00. Web safe color of #adb4ff is #99ccff. Color #adb4ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110100 11111111
Octal 255 264 377
Decimal 173 180 255
Hex AD B4 FF

RGB Percentages of Color #adb4ff

%28.45
%29.61
%41.94

CMYK Percentages of Color #adb4ff

%32
%29
%0
%0

Triadic Colors of #adb4ff

#adb4ff #ffadb4 #b4ffad

Analogous Colors of #adb4ff

#adb4ff #cfadff #adddff

Monochromatic Colors of #adb4ff

#adb4ff

Complementary Color

#adb4ff #fff8ad

#adb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb4ff Color CSS Codes

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

#adb4ff Text Font Color

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

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


#adb4ff Background Color

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

This div background color is #adb4ff


#adb4ff Border Color

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

This div border color is #adb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb4ff


Comments

No comments written yet.

Please login to write comment.