Color Hex Logo

#adbdfc Color Hex

#ADBDFC
(173,189,252)
0 Favorites   0 Comments

Color spaces of #adbdfc

RGB 173189252
HSL0.630.930.83
HSV228°31°99°
CMYK 0.310.250.00   0.01
XYZ53.001952.307799.3984
Yxy52.30770.25890.2555
Hunter Lab72.32414.2447-30.8582
CIE-Lab77.46458.6844-32.8699

#adbdfc color RGB value is (173,189,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 11111100
Octal 255 275 374
Decimal 173 189 252
Hex AD BD FC

RGB Percentages of Color #adbdfc

%28.18
%30.78
%41.04

CMYK Percentages of Color #adbdfc

%31
%25
%0
%1

Triadic Colors of #adbdfc

#adbdfc #fcadbd #bdfcad

Analogous Colors of #adbdfc

#adbdfc #c5adfc #ade5fc

Monochromatic Colors of #adbdfc

#adbdfc

Complementary Color

#adbdfc #fcecad

#adbdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbdfc Color CSS Codes

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

#adbdfc Text Font Color

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

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


#adbdfc Background Color

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

This div background color is #adbdfc


#adbdfc Border Color

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

This div border color is #adbdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbdfc

Related Colors


Comments

No comments written yet.

Please login to write comment.