Color Hex Logo

#adbfc4 Color Hex

#ADBFC4
(173,191,196)
0 Favorites   0 Comments

Color spaces of #adbfc4

RGB 173191196
HSL0.540.160.72
HSV193°12°77°
CMYK 0.120.030.00   0.23
XYZ45.828250.131459.4855
Yxy50.13140.29480.3225
Hunter Lab70.8035-8.3705-0.2499
CIE-Lab76.1498-5.1235-4.6194

#adbfc4 color RGB value is (173,191,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 11000100
Octal 255 277 304
Decimal 173 191 196
Hex AD BF C4

RGB Percentages of Color #adbfc4

%30.89
%34.11
%35.00

CMYK Percentages of Color #adbfc4

%12
%3
%0
%23

Triadic Colors of #adbfc4

#adbfc4 #c4adbf #bfc4ad

Analogous Colors of #adbfc4

#adbfc4 #adb4c4 #adc4be

Monochromatic Colors of #adbfc4

#adbfc4

Complementary Color

#adbfc4 #c4b2ad

#adbfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfc4 Color CSS Codes

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

#adbfc4 Text Font Color

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

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


#adbfc4 Background Color

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

This div background color is #adbfc4


#adbfc4 Border Color

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

This div border color is #adbfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfc4


Comments

No comments written yet.

Please login to write comment.