Color Hex Logo

#adcdfa Color Hex

#ADCDFA
(173,205,250)
0 Favorites   0 Comments

Color spaces of #adcdfa

RGB 173205250
HSL0.600.890.83
HSV215°31°98°
CMYK 0.310.180.00   0.02
XYZ56.320259.449098.9489
Yxy59.44900.26230.2769
Hunter Lab77.1032-4.5448-22.1165
CIE-Lab81.5378-0.4576-25.5540

#adcdfa color RGB value is (173,205,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001101 11111010
Octal 255 315 372
Decimal 173 205 250
Hex AD CD FA

RGB Percentages of Color #adcdfa

%27.55
%32.64
%39.81

CMYK Percentages of Color #adcdfa

%31
%18
%0
%2

Triadic Colors of #adcdfa

#adcdfa #faadcd #cdfaad

Analogous Colors of #adcdfa

#adcdfa #b4adfa #adf4fa

Monochromatic Colors of #adcdfa

#adcdfa

Complementary Color

#adcdfa #fadaad

#adcdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcdfa Color CSS Codes

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

#adcdfa Text Font Color

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

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


#adcdfa Background Color

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

This div background color is #adcdfa


#adcdfa Border Color

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

This div border color is #adcdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcdfa


Comments

No comments written yet.

Please login to write comment.