Color Hex Logo

#adc0fe Color Hex

#ADC0FE
(173,192,254)
0 Favorites   0 Comments

Color spaces of #adc0fe

RGB 173192254
HSL0.630.980.84
HSV226°32°100°
CMYK 0.320.240.00   0.00
XYZ53.972653.7393101.2940
Yxy53.73930.25820.2571
Hunter Lab73.30713.1338-30.6105
CIE-Lab78.30957.5394-32.6385

#adc0fe color RGB value is (173,192,254).

#adc0fe hex color red value is 173, green value is 192 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #adc0fe hue: 0.63 , saturation: 0.98 and the lightness value of adc0fe is 0.84.

The process color (four color CMYK) of #adc0fe color hex is 0.32, 0.24, 0.00, 0.00. Web safe color of #adc0fe is #99ccff. Color #adc0fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000000 11111110
Octal 255 300 376
Decimal 173 192 254
Hex AD C0 FE

RGB Percentages of Color #adc0fe

%27.95
%31.02
%41.03

CMYK Percentages of Color #adc0fe

%32
%24
%0
%0

Triadic Colors of #adc0fe

#adc0fe #feadc0 #c0fead

Analogous Colors of #adc0fe

#adc0fe #c3adfe #ade9fe

Monochromatic Colors of #adc0fe

#adc0fe

Complementary Color

#adc0fe #feebad

#adc0fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc0fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc0fe Color CSS Codes

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

#adc0fe Text Font Color

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

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


#adc0fe Background Color

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

This div background color is #adc0fe


#adc0fe Border Color

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

This div border color is #adc0fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc0fe

Related Colors


Comments

No comments written yet.

Please login to write comment.