Color Hex Logo

#adc4fa Color Hex

#ADC4FA
(173,196,250)
0 Favorites   0 Comments

Color spaces of #adc4fa

RGB 173196250
HSL0.620.890.83
HSV222°31°98°
CMYK 0.310.220.00   0.02
XYZ54.228855.266298.2518
Yxy55.26620.26100.2660
Hunter Lab74.34120.1111-26.3207
CIE-Lab79.19444.3793-29.1384

#adc4fa color RGB value is (173,196,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 11111010
Octal 255 304 372
Decimal 173 196 250
Hex AD C4 FA

RGB Percentages of Color #adc4fa

%27.95
%31.66
%40.39

CMYK Percentages of Color #adc4fa

%31
%22
%0
%2

Triadic Colors of #adc4fa

#adc4fa #faadc4 #c4faad

Analogous Colors of #adc4fa

#adc4fa #bdadfa #adebfa

Monochromatic Colors of #adc4fa

#adc4fa

Complementary Color

#adc4fa #fae3ad

#adc4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4fa Color CSS Codes

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

#adc4fa Text Font Color

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

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


#adc4fa Background Color

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

This div background color is #adc4fa


#adc4fa Border Color

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

This div border color is #adc4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4fa


Comments

No comments written yet.

Please login to write comment.