Color Hex Logo

#adc7fb Color Hex

#ADC7FB
(173,199,251)
0 Favorites   0 Comments

Color spaces of #adc7fb

RGB 173199251
HSL0.610.910.83
HSV220°31°98°
CMYK 0.310.210.00   0.02
XYZ55.069656.696199.3078
Yxy56.69610.26090.2686
Hunter Lab75.2968-1.2204-25.4889
CIE-Lab80.00843.0030-28.4249

#adc7fb color RGB value is (173,199,251).

#adc7fb hex color red value is 173, green value is 199 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #adc7fb hue: 0.61 , saturation: 0.91 and the lightness value of adc7fb is 0.83.

The process color (four color CMYK) of #adc7fb color hex is 0.31, 0.21, 0.00, 0.02. Web safe color of #adc7fb is #99ccff. Color #adc7fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000111 11111011
Octal 255 307 373
Decimal 173 199 251
Hex AD C7 FB

RGB Percentages of Color #adc7fb

%27.77
%31.94
%40.29

CMYK Percentages of Color #adc7fb

%31
%21
%0
%2

Triadic Colors of #adc7fb

#adc7fb #fbadc7 #c7fbad

Analogous Colors of #adc7fb

#adc7fb #baadfb #adeefb

Monochromatic Colors of #adc7fb

#adc7fb

Complementary Color

#adc7fb #fbe1ad

#adc7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc7fb Color CSS Codes

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

#adc7fb Text Font Color

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

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


#adc7fb Background Color

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

This div background color is #adc7fb


#adc7fb Border Color

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

This div border color is #adc7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc7fb


Comments

No comments written yet.

Please login to write comment.