Color Hex Logo

#adbcbf Color Hex

#ADBCBF
(173,188,191)
0 Favorites   0 Comments

Color spaces of #adbcbf

RGB 173188191
HSL0.530.120.71
HSV190°75°
CMYK 0.090.020.00   0.25
XYZ44.620848.612356.3216
Yxy48.61230.29840.3250
Hunter Lab69.7225-7.77850.9115
CIE-Lab75.2095-4.5442-3.2890

#adbcbf color RGB value is (173,188,191).

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

The process color (four color CMYK) of #adbcbf color hex is 0.09, 0.02, 0.00, 0.25. Web safe color of #adbcbf is #99cccc. Color #adbcbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111100 10111111
Octal 255 274 277
Decimal 173 188 191
Hex AD BC BF

RGB Percentages of Color #adbcbf

%31.34
%34.06
%34.60

CMYK Percentages of Color #adbcbf

%9
%2
%0
%25

Triadic Colors of #adbcbf

#adbcbf #bfadbc #bcbfad

Analogous Colors of #adbcbf

#adbcbf #adb3bf #adbfb9

Monochromatic Colors of #adbcbf

#adbcbf

Complementary Color

#adbcbf #bfb0ad

#adbcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbcbf Color CSS Codes

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

#adbcbf Text Font Color

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

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


#adbcbf Background Color

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

This div background color is #adbcbf


#adbcbf Border Color

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

This div border color is #adbcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbcbf


Comments

No comments written yet.

Please login to write comment.