Color Hex Logo

#adbfd6 Color Hex

#ADBFD6
(173,191,214)
0 Favorites   0 Comments

Color spaces of #adbfd6

RGB 173191214
HSL0.590.330.76
HSV214°19°84°
CMYK 0.190.110.00   0.16
XYZ48.002051.000970.9325
Yxy51.00090.28250.3001
Hunter Lab71.4149-4.9962-8.8991
CIE-Lab76.6796-1.3031-13.5848

#adbfd6 color RGB value is (173,191,214).

#adbfd6 hex color red value is 173, green value is 191 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #adbfd6 hue: 0.59 , saturation: 0.33 and the lightness value of adbfd6 is 0.76.

The process color (four color CMYK) of #adbfd6 color hex is 0.19, 0.11, 0.00, 0.16. Web safe color of #adbfd6 is #99cccc. Color #adbfd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11010110
Octal 255 277 326
Decimal 173 191 214
Hex AD BF D6

RGB Percentages of Color #adbfd6

%29.93
%33.04
%37.02

CMYK Percentages of Color #adbfd6

%19
%11
%0
%16

Triadic Colors of #adbfd6

#adbfd6 #d6adbf #bfd6ad

Analogous Colors of #adbfd6

#adbfd6 #b0add6 #add4d6

Monochromatic Colors of #adbfd6

#adbfd6

Complementary Color

#adbfd6 #d6c4ad

#adbfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfd6 Color CSS Codes

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

#adbfd6 Text Font Color

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

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


#adbfd6 Background Color

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

This div background color is #adbfd6


#adbfd6 Border Color

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

This div border color is #adbfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfd6


Comments

No comments written yet.

Please login to write comment.