Color Hex Logo

#adddfa Color Hex

#ADDDFA
(173,221,250)
0 Favorites   0 Comments

Color spaces of #adddfa

RGB 173221250
HSL0.560.890.83
HSV203°31°98°
CMYK 0.310.120.00   0.02
XYZ60.345467.4993100.2906
Yxy67.49930.26450.2959
Hunter Lab82.1580-12.6673-14.8650
CIE-Lab85.7555-8.8617-19.1538

#adddfa color RGB value is (173,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11111010
Octal 255 335 372
Decimal 173 221 250
Hex AD DD FA

RGB Percentages of Color #adddfa

%26.86
%34.32
%38.82

CMYK Percentages of Color #adddfa

%31
%12
%0
%2

Triadic Colors of #adddfa

#adddfa #faaddd #ddfaad

Analogous Colors of #adddfa

#adddfa #adb7fa #adfaf1

Monochromatic Colors of #adddfa

#adddfa

Complementary Color

#adddfa #facaad

#adddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddfa Color CSS Codes

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

#adddfa Text Font Color

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

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


#adddfa Background Color

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

This div background color is #adddfa


#adddfa Border Color

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

This div border color is #adddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddfa


Comments

No comments written yet.

Please login to write comment.