Color Hex Logo

#adc5ff Color Hex

#ADC5FF
(173,197,255)
0 Favorites   0 Comments

Color spaces of #adc5ff

RGB 173197255
HSL0.621.000.84
HSV222°32°100°
CMYK 0.320.230.00   0.00
XYZ55.249856.0367102.5119
Yxy56.03670.25840.2621
Hunter Lab74.85770.7436-28.7928
CIE-Lab79.63475.0677-31.1330

#adc5ff color RGB value is (173,197,255).

#adc5ff hex color red value is 173, green value is 197 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #adc5ff hue: 0.62 , saturation: 1.00 and the lightness value of adc5ff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000101 11111111
Octal 255 305 377
Decimal 173 197 255
Hex AD C5 FF

RGB Percentages of Color #adc5ff

%27.68
%31.52
%40.80

CMYK Percentages of Color #adc5ff

%32
%23
%0
%0

Triadic Colors of #adc5ff

#adc5ff #ffadc5 #c5ffad

Analogous Colors of #adc5ff

#adc5ff #beadff #adeeff

Monochromatic Colors of #adc5ff

#adc5ff

Complementary Color

#adc5ff #ffe7ad

#adc5ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc5ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc5ff Color CSS Codes

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

#adc5ff Text Font Color

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

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


#adc5ff Background Color

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

This div background color is #adc5ff


#adc5ff Border Color

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

This div border color is #adc5ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc5ff

Related Colors

#adc5ff Color Palettes


Comments

No comments written yet.

Please login to write comment.