Color Hex Logo

#adbdff Color Hex

#ADBDFF
(173,189,255)
1 Favorites   0 Comments

Color spaces of #adbdff

RGB 173189255
HSL0.631.000.84
HSV228°32°100°
CMYK 0.320.260.00   0.00
XYZ53.481252.4994101.9224
Yxy52.49940.25720.2525
Hunter Lab72.45654.9547-32.6820
CIE-Lab77.57859.4297-34.3017

#adbdff color RGB value is (173,189,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11111111
Octal 255 275 377
Decimal 173 189 255
Hex AD BD FF

RGB Percentages of Color #adbdff

%28.04
%30.63
%41.33

CMYK Percentages of Color #adbdff

%32
%26
%0
%0

Triadic Colors of #adbdff

#adbdff #ffadbd #bdffad

Analogous Colors of #adbdff

#adbdff #c6adff #ade6ff

Monochromatic Colors of #adbdff

#adbdff

Complementary Color

#adbdff #ffefad

#adbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdff Color CSS Codes

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

#adbdff Text Font Color

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

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


#adbdff Background Color

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

This div background color is #adbdff


#adbdff Border Color

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

This div border color is #adbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdff

Related Colors


Comments

No comments written yet.

Please login to write comment.