Color Hex Logo

#addbfc Color Hex

#ADDBFC
(173,219,252)
0 Favorites   0 Comments

Color spaces of #addbfc

RGB 173219252
HSL0.570.930.83
HSV205°31°99°
CMYK 0.310.130.00   0.01
XYZ60.135866.5755101.7763
Yxy66.57550.26320.2914
Hunter Lab81.5938-11.2321-16.8399
CIE-Lab85.2891-7.3497-20.9141

#addbfc color RGB value is (173,219,252).

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

The process color (four color CMYK) of #addbfc color hex is 0.31, 0.13, 0.00, 0.01. Web safe color of #addbfc is #99ccff. Color #addbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11111100
Octal 255 333 374
Decimal 173 219 252
Hex AD DB FC

RGB Percentages of Color #addbfc

%26.86
%34.01
%39.13

CMYK Percentages of Color #addbfc

%31
%13
%0
%1

Triadic Colors of #addbfc

#addbfc #fcaddb #dbfcad

Analogous Colors of #addbfc

#addbfc #adb4fc #adfcf6

Monochromatic Colors of #addbfc

#addbfc

Complementary Color

#addbfc #fccead

#addbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbfc Color CSS Codes

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

#addbfc Text Font Color

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

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


#addbfc Background Color

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

This div background color is #addbfc


#addbfc Border Color

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

This div border color is #addbfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbfc


Comments

No comments written yet.

Please login to write comment.