Color Hex Logo

#adbfc3 Color Hex

#ADBFC3
(173,191,195)
0 Favorites   0 Comments

Color spaces of #adbfc3

RGB 173191195
HSL0.530.150.72
HSV191°11°76°
CMYK 0.110.020.00   0.24
XYZ45.714750.086058.8879
Yxy50.08600.29550.3238
Hunter Lab70.7715-8.54830.2057
CIE-Lab76.1220-5.3275-4.1180

#adbfc3 color RGB value is (173,191,195).

#adbfc3 hex color red value is 173, green value is 191 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #adbfc3 hue: 0.53 , saturation: 0.15 and the lightness value of adbfc3 is 0.72.

The process color (four color CMYK) of #adbfc3 color hex is 0.11, 0.02, 0.00, 0.24. Web safe color of #adbfc3 is #99cccc. Color #adbfc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11000011
Octal 255 277 303
Decimal 173 191 195
Hex AD BF C3

RGB Percentages of Color #adbfc3

%30.95
%34.17
%34.88

CMYK Percentages of Color #adbfc3

%11
%2
%0
%24

Triadic Colors of #adbfc3

#adbfc3 #c3adbf #bfc3ad

Analogous Colors of #adbfc3

#adbfc3 #adb4c3 #adc3bc

Monochromatic Colors of #adbfc3

#adbfc3

Complementary Color

#adbfc3 #c3b1ad

#adbfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfc3 Color CSS Codes

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

#adbfc3 Text Font Color

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

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


#adbfc3 Background Color

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

This div background color is #adbfc3


#adbfc3 Border Color

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

This div border color is #adbfc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfc3


Comments

No comments written yet.

Please login to write comment.