color codes Logo

#addffa color codes

#ADDFFA
(173,223,250)
0 Favorites   0 Comments

Color spaces of #addffa

RGB 173223250
HSL0.560.890.83
HSV201°31°98°
CMYK 0.310.110.00   0.02
XYZ60.876668.5617100.4677
Yxy68.56170.26480.2982
Hunter Lab82.8020-13.6690-13.9781
CIE-Lab86.2865-9.8935-18.3526

#addffa color RGB value is (173,223,250).

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

The process color (four color CMYK) of #addffa color code is 0.31, 0.11, 0.00, 0.02. Web safe color of #addffa is #99ccff. Color #addffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11111010
Octal 255 337 372
Decimal 173 223 250
Hex AD DF FA

RGB Percentages of Color #addffa

%26.78
%34.52
%38.70

CMYK Percentages of Color #addffa

%31
%11
%0
%2

Triadic Colors of #addffa

#addffa #faaddf #dffaad

Analogous Colors of #addffa

#addffa #adb9fa #adfaef

Monochromatic Colors of #addffa

#addffa

Complementary Color

#addffa #fac8ad

#addffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#addffa Color CSS Codes

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

#addffa Text Font Color

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

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


#addffa Background Color

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

This div background color is #addffa


#addffa Border Color

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

This div border color is #addffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addffa


Comments

No comments written yet.

Please login to write comment.