Color Hex Logo

#adc4fd Color Hex

#ADC4FD
(173,196,253)
0 Favorites   0 Comments

Color spaces of #adc4fd

RGB 173196253
HSL0.620.950.84
HSV223°32°99°
CMYK 0.320.230.00   0.01
XYZ54.703155.4559100.7494
Yxy55.45590.25940.2629
Hunter Lab74.46870.8020-28.0859
CIE-Lab79.30315.1159-30.5748

#adc4fd color RGB value is (173,196,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11000100 11111101
Octal 255 304 375
Decimal 173 196 253
Hex AD C4 FD

RGB Percentages of Color #adc4fd

%27.81
%31.51
%40.68

CMYK Percentages of Color #adc4fd

%32
%23
%0
%1

Triadic Colors of #adc4fd

#adc4fd #fdadc4 #c4fdad

Analogous Colors of #adc4fd

#adc4fd #beadfd #adecfd

Monochromatic Colors of #adc4fd

#adc4fd

Complementary Color

#adc4fd #fde6ad

#adc4fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adc4fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adc4fd Color CSS Codes

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

#adc4fd Text Font Color

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

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


#adc4fd Background Color

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

This div background color is #adc4fd


#adc4fd Border Color

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

This div border color is #adc4fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adc4fd


Comments

No comments written yet.

Please login to write comment.