color codes Logo

#adbcfa color codes

#ADBCFA
(173,188,250)
0 Favorites   0 Comments

Color spaces of #adbcfa

RGB 173188250
HSL0.630.890.83
HSV228°31°98°
CMYK 0.310.250.00   0.02
XYZ52.472151.752897.6662
Yxy51.75280.25990.2563
Hunter Lab71.93944.3026-30.1355
CIE-Lab77.13288.7382-32.3081

#adbcfa color RGB value is (173,188,250).

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

The process color (four color CMYK) of #adbcfa color code is 0.31, 0.25, 0.00, 0.02. Web safe color of #adbcfa is #99ccff. Color #adbcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 11111010
Octal 255 274 372
Decimal 173 188 250
Hex AD BC FA

RGB Percentages of Color #adbcfa

%28.31
%30.77
%40.92

CMYK Percentages of Color #adbcfa

%31
%25
%0
%2

Triadic Colors of #adbcfa

#adbcfa #faadbc #bcfaad

Analogous Colors of #adbcfa

#adbcfa #c5adfa #ade3fa

Monochromatic Colors of #adbcfa

#adbcfa

Complementary Color

#adbcfa #faebad

#adbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcfa Color CSS Codes

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

#adbcfa Text Font Color

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

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


#adbcfa Background Color

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

This div background color is #adbcfa


#adbcfa Border Color

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

This div border color is #adbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcfa


Comments

No comments written yet.

Please login to write comment.