Color Hex Logo

#adbbfc Color Hex

#ADBBFC
(173,187,252)
0 Favorites   0 Comments

Color spaces of #adbbfc

RGB 173187252
HSL0.640.930.83
HSV229°31°99°
CMYK 0.310.260.00   0.01
XYZ52.574651.453299.2559
Yxy51.45320.25860.2531
Hunter Lab71.73095.3011-31.8295
CIE-Lab76.95279.7812-33.6594

#adbbfc color RGB value is (173,187,252).

#adbbfc hex color red value is 173, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #adbbfc hue: 0.64 , saturation: 0.93 and the lightness value of adbbfc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 11111100
Octal 255 273 374
Decimal 173 187 252
Hex AD BB FC

RGB Percentages of Color #adbbfc

%28.27
%30.56
%41.18

CMYK Percentages of Color #adbbfc

%31
%26
%0
%1

Triadic Colors of #adbbfc

#adbbfc #fcadbb #bbfcad

Analogous Colors of #adbbfc

#adbbfc #c7adfc #ade3fc

Monochromatic Colors of #adbbfc

#adbbfc

Complementary Color

#adbbfc #fceead

#adbbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbfc Color CSS Codes

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

#adbbfc Text Font Color

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

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


#adbbfc Background Color

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

This div background color is #adbbfc


#adbbfc Border Color

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

This div border color is #adbbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbfc


Comments

No comments written yet.

Please login to write comment.