color codes Logo

#addbfb color codes

#ADDBFB
(173,219,251)
0 Favorites   0 Comments

Color spaces of #addbfb

RGB 173219251
HSL0.570.910.83
HSV205°31°98°
CMYK 0.310.130.00   0.02
XYZ59.977766.5123100.9438
Yxy66.51230.26370.2924
Hunter Lab81.5551-11.4479-16.2969
CIE-Lab85.2571-7.5880-20.4347

#addbfb color RGB value is (173,219,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11111011
Octal 255 333 373
Decimal 173 219 251
Hex AD DB FB

RGB Percentages of Color #addbfb

%26.91
%34.06
%39.04

CMYK Percentages of Color #addbfb

%31
%13
%0
%2

Triadic Colors of #addbfb

#addbfb #fbaddb #dbfbad

Analogous Colors of #addbfb

#addbfb #adb4fb #adfbf4

Monochromatic Colors of #addbfb

#addbfb

Complementary Color

#addbfb #fbcdad

#addbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbfb Color CSS Codes

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

#addbfb Text Font Color

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

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


#addbfb Background Color

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

This div background color is #addbfb


#addbfb Border Color

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

This div border color is #addbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbfb


Comments

No comments written yet.

Please login to write comment.