Color Hex Logo

#adbfff Color Hex

#ADBFFF
(173,191,255)
0 Favorites   0 Comments

Color spaces of #adbfff

RGB 173191255
HSL0.631.000.84
HSV227°32°100°
CMYK 0.320.250.00   0.00
XYZ53.914453.3658102.0668
Yxy53.36580.25750.2549
Hunter Lab73.05193.8973-31.7026
CIE-Lab78.09058.3345-33.5114

#adbfff color RGB value is (173,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11111111
Octal 255 277 377
Decimal 173 191 255
Hex AD BF FF

RGB Percentages of Color #adbfff

%27.95
%30.86
%41.20

CMYK Percentages of Color #adbfff

%32
%25
%0
%0

Triadic Colors of #adbfff

#adbfff #ffadbf #bfffad

Analogous Colors of #adbfff

#adbfff #c4adff #ade8ff

Monochromatic Colors of #adbfff

#adbfff

Complementary Color

#adbfff #ffedad

#adbfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfff Color CSS Codes

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

#adbfff Text Font Color

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

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


#adbfff Background Color

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

This div background color is #adbfff


#adbfff Border Color

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

This div border color is #adbfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfff


Comments

No comments written yet.

Please login to write comment.