Color Hex Logo

#adbebf Color Hex

#ADBEBF
(173,190,191)
0 Favorites   0 Comments

Color spaces of #adbebf

RGB 173190191
HSL0.510.120.71
HSV183°75°
CMYK 0.090.010.00   0.25
XYZ45.051049.472756.4650
Yxy49.47270.29840.3277
Hunter Lab70.3368-8.75951.6390
CIE-Lab75.7445-5.6052-2.5028

#adbebf color RGB value is (173,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10111111
Octal 255 276 277
Decimal 173 190 191
Hex AD BE BF

RGB Percentages of Color #adbebf

%31.23
%34.30
%34.48

CMYK Percentages of Color #adbebf

%9
%1
%0
%25

Triadic Colors of #adbebf

#adbebf #bfadbe #bebfad

Analogous Colors of #adbebf

#adbebf #adb5bf #adbfb7

Monochromatic Colors of #adbebf

#adbebf

Complementary Color

#adbebf #bfaead

#adbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbebf Color CSS Codes

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

#adbebf Text Font Color

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

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


#adbebf Background Color

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

This div background color is #adbebf


#adbebf Border Color

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

This div border color is #adbebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,190,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 #adbebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbebf


Comments

No comments written yet.

Please login to write comment.