Color Hex Logo

#adbcfc Color Hex

#ADBCFC
(173,188,252)
0 Favorites   0 Comments

Color spaces of #adbcfc

RGB 173188252
HSL0.640.930.83
HSV229°31°99°
CMYK 0.310.250.00   0.01
XYZ52.787551.879099.3269
Yxy51.87900.25880.2543
Hunter Lab72.02714.7724-31.3432
CIE-Lab77.20849.2323-33.2648

#adbcfc color RGB value is (173,188,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11111100
Octal 255 274 374
Decimal 173 188 252
Hex AD BC FC

RGB Percentages of Color #adbcfc

%28.22
%30.67
%41.11

CMYK Percentages of Color #adbcfc

%31
%25
%0
%1

Triadic Colors of #adbcfc

#adbcfc #fcadbc #bcfcad

Analogous Colors of #adbcfc

#adbcfc #c6adfc #ade4fc

Monochromatic Colors of #adbcfc

#adbcfc

Complementary Color

#adbcfc #fcedad

#adbcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcfc Color CSS Codes

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

#adbcfc Text Font Color

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

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


#adbcfc Background Color

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

This div background color is #adbcfc


#adbcfc Border Color

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

This div border color is #adbcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.