Color Hex Logo

#addffb Color Hex

#ADDFFB
(173,223,251)
0 Favorites   0 Comments

Color spaces of #addffb

RGB 173223251
HSL0.560.910.83
HSV202°31°98°
CMYK 0.310.110.00   0.02
XYZ61.033868.6246101.2958
Yxy68.62460.26430.2971
Hunter Lab82.8400-13.4569-14.5112
CIE-Lab86.3178-9.6577-18.8322

#addffb color RGB value is (173,223,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 11111011
Octal 255 337 373
Decimal 173 223 251
Hex AD DF FB

RGB Percentages of Color #addffb

%26.74
%34.47
%38.79

CMYK Percentages of Color #addffb

%31
%11
%0
%2

Triadic Colors of #addffb

#addffb #fbaddf #dffbad

Analogous Colors of #addffb

#addffb #adb8fb #adfbf0

Monochromatic Colors of #addffb

#addffb

Complementary Color

#addffb #fbc9ad

#addffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addffb Color CSS Codes

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

#addffb Text Font Color

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

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


#addffb Background Color

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

This div background color is #addffb


#addffb Border Color

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

This div border color is #addffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addffb


Comments

No comments written yet.

Please login to write comment.