Color Hex Logo

#adddfb Color Hex

#ADDDFB
(173,221,251)
0 Favorites   0 Comments

Color spaces of #adddfb

RGB 173221251
HSL0.560.910.83
HSV203°31°98°
CMYK 0.310.120.00   0.02
XYZ60.502667.5622101.1188
Yxy67.56220.26400.2948
Hunter Lab82.1962-12.4540-15.4019
CIE-Lab85.7871-8.6250-19.6335

#adddfb color RGB value is (173,221,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011101 11111011
Octal 255 335 373
Decimal 173 221 251
Hex AD DD FB

RGB Percentages of Color #adddfb

%26.82
%34.26
%38.91

CMYK Percentages of Color #adddfb

%31
%12
%0
%2

Triadic Colors of #adddfb

#adddfb #fbaddd #ddfbad

Analogous Colors of #adddfb

#adddfb #adb6fb #adfbf2

Monochromatic Colors of #adddfb

#adddfb

Complementary Color

#adddfb #fbcbad

#adddfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adddfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adddfb Color CSS Codes

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

#adddfb Text Font Color

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

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


#adddfb Background Color

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

This div background color is #adddfb


#adddfb Border Color

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

This div border color is #adddfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adddfb

Related Colors


Comments

No comments written yet.

Please login to write comment.