Color Hex Logo

#adc4ff Color Hex

#ADC4FF
(173,196,255)
0 Favorites   0 Comments

Color spaces of #adc4ff

RGB 173196255
HSL0.621.000.84
HSV223°32°100°
CMYK 0.320.230.00   0.00
XYZ55.023555.5841102.4365
Yxy55.58410.25830.2609
Hunter Lab74.55471.2672-29.2748
CIE-Lab79.37655.6100-31.5301

#adc4ff color RGB value is (173,196,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 11111111
Octal 255 304 377
Decimal 173 196 255
Hex AD C4 FF

RGB Percentages of Color #adc4ff

%27.72
%31.41
%40.87

CMYK Percentages of Color #adc4ff

%32
%23
%0
%0

Triadic Colors of #adc4ff

#adc4ff #ffadc4 #c4ffad

Analogous Colors of #adc4ff

#adc4ff #bfadff #adedff

Monochromatic Colors of #adc4ff

#adc4ff

Complementary Color

#adc4ff #ffe8ad

#adc4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4ff Color CSS Codes

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

#adc4ff Text Font Color

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

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


#adc4ff Background Color

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

This div background color is #adc4ff


#adc4ff Border Color

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

This div border color is #adc4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4ff


Comments

No comments written yet.

Please login to write comment.