Color Hex Logo

#adccfa Color Hex

#ADCCFA
(173,204,250)
0 Favorites   0 Comments

Color spaces of #adccfa

RGB 173204250
HSL0.600.890.83
HSV216°31°98°
CMYK 0.310.180.00   0.02
XYZ56.081858.972198.8694
Yxy58.97210.26220.2757
Hunter Lab76.7933-4.0305-22.5791
CIE-Lab81.27630.0763-25.9530

#adccfa color RGB value is (173,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 11111010
Octal 255 314 372
Decimal 173 204 250
Hex AD CC FA

RGB Percentages of Color #adccfa

%27.59
%32.54
%39.87

CMYK Percentages of Color #adccfa

%31
%18
%0
%2

Triadic Colors of #adccfa

#adccfa #faadcc #ccfaad

Analogous Colors of #adccfa

#adccfa #b5adfa #adf3fa

Monochromatic Colors of #adccfa

#adccfa

Complementary Color

#adccfa #fadbad

#adccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adccfa Color CSS Codes

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

#adccfa Text Font Color

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

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


#adccfa Background Color

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

This div background color is #adccfa


#adccfa Border Color

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

This div border color is #adccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adccfa


Comments

No comments written yet.

Please login to write comment.