Color Hex Logo

#adc2fc Color Hex

#ADC2FC
(173,194,252)
0 Favorites   0 Comments

Color spaces of #adc2fc

RGB 173194252
HSL0.620.930.83
HSV224°31°99°
CMYK 0.310.230.00   0.01
XYZ54.096154.496199.7631
Yxy54.49610.25960.2616
Hunter Lab73.82151.6166-28.4501
CIE-Lab78.75015.9556-30.8902

#adc2fc color RGB value is (173,194,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000010 11111100
Octal 255 302 374
Decimal 173 194 252
Hex AD C2 FC

RGB Percentages of Color #adc2fc

%27.95
%31.34
%40.71

CMYK Percentages of Color #adc2fc

%31
%23
%0
%1

Triadic Colors of #adc2fc

#adc2fc #fcadc2 #c2fcad

Analogous Colors of #adc2fc

#adc2fc #c0adfc #adeafc

Monochromatic Colors of #adc2fc

#adc2fc

Complementary Color

#adc2fc #fce7ad

#adc2fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc2fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc2fc Color CSS Codes

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

#adc2fc Text Font Color

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

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


#adc2fc Background Color

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

This div background color is #adc2fc


#adc2fc Border Color

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

This div border color is #adc2fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc2fc


Comments

No comments written yet.

Please login to write comment.