Color Hex Logo

#addcfb Color Hex

#ADDCFB
(173,220,251)
0 Favorites   0 Comments

Color spaces of #addcfb

RGB 173220251
HSL0.570.910.83
HSV204°31°98°
CMYK 0.310.120.00   0.02
XYZ60.239467.0357101.0310
Yxy67.03570.26390.2936
Hunter Lab81.8753-11.9513-15.8488
CIE-Lab85.5220-8.1070-20.0341

#addcfb color RGB value is (173,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 11111011
Octal 255 334 373
Decimal 173 220 251
Hex AD DC FB

RGB Percentages of Color #addcfb

%26.86
%34.16
%38.98

CMYK Percentages of Color #addcfb

%31
%12
%0
%2

Triadic Colors of #addcfb

#addcfb #fbaddc #dcfbad

Analogous Colors of #addcfb

#addcfb #adb5fb #adfbf3

Monochromatic Colors of #addcfb

#addcfb

Complementary Color

#addcfb #fbccad

#addcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcfb Color CSS Codes

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

#addcfb Text Font Color

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

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


#addcfb Background Color

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

This div background color is #addcfb


#addcfb Border Color

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

This div border color is #addcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcfb


Comments

No comments written yet.

Please login to write comment.