Color Hex Logo

#adbfc5 Color Hex

#ADBFC5
(173,191,197)
0 Favorites   0 Comments

Color spaces of #adbfc5

RGB 173191197
HSL0.540.170.73
HSV195°12°77°
CMYK 0.120.030.00   0.23
XYZ45.942450.177160.0870
Yxy50.17710.29410.3212
Hunter Lab70.8358-8.1918-0.7081
CIE-Lab76.1778-4.9188-5.1204

#adbfc5 color RGB value is (173,191,197).

#adbfc5 hex color red value is 173, green value is 191 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #adbfc5 hue: 0.54 , saturation: 0.17 and the lightness value of adbfc5 is 0.73.

The process color (four color CMYK) of #adbfc5 color hex is 0.12, 0.03, 0.00, 0.23. Web safe color of #adbfc5 is #99cccc. Color #adbfc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11000101
Octal 255 277 305
Decimal 173 191 197
Hex AD BF C5

RGB Percentages of Color #adbfc5

%30.84
%34.05
%35.12

CMYK Percentages of Color #adbfc5

%12
%3
%0
%23

Triadic Colors of #adbfc5

#adbfc5 #c5adbf #bfc5ad

Analogous Colors of #adbfc5

#adbfc5 #adb3c5 #adc5bf

Monochromatic Colors of #adbfc5

#adbfc5

Complementary Color

#adbfc5 #c5b3ad

#adbfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfc5 Color CSS Codes

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

#adbfc5 Text Font Color

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

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


#adbfc5 Background Color

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

This div background color is #adbfc5


#adbfc5 Border Color

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

This div border color is #adbfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfc5


Comments

No comments written yet.

Please login to write comment.