Color Hex Logo

#adbfd1 Color Hex

#ADBFD1
(173,191,209)
0 Favorites   0 Comments

Color spaces of #adbfd1

RGB 173191209
HSL0.580.280.75
HSV210°17°82°
CMYK 0.170.090.00   0.18
XYZ47.373050.749367.6204
Yxy50.74930.28580.3062
Hunter Lab71.2385-5.9665-6.4117
CIE-Lab76.5269-2.3919-11.1063

#adbfd1 color RGB value is (173,191,209).

#adbfd1 hex color red value is 173, green value is 191 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #adbfd1 hue: 0.58 , saturation: 0.28 and the lightness value of adbfd1 is 0.75.

The process color (four color CMYK) of #adbfd1 color hex is 0.17, 0.09, 0.00, 0.18. Web safe color of #adbfd1 is #99cccc. Color #adbfd1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11010001
Octal 255 277 321
Decimal 173 191 209
Hex AD BF D1

RGB Percentages of Color #adbfd1

%30.19
%33.33
%36.47

CMYK Percentages of Color #adbfd1

%17
%9
%0
%18

Triadic Colors of #adbfd1

#adbfd1 #d1adbf #bfd1ad

Analogous Colors of #adbfd1

#adbfd1 #adadd1 #add1d1

Monochromatic Colors of #adbfd1

#adbfd1

Complementary Color

#adbfd1 #d1bfad

#adbfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfd1 Color CSS Codes

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

#adbfd1 Text Font Color

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

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


#adbfd1 Background Color

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

This div background color is #adbfd1


#adbfd1 Border Color

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

This div border color is #adbfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfd1


Comments

No comments written yet.

Please login to write comment.