Color Hex Logo

#adbeb2 Color Hex

#ADBEB2
(173,190,178)
0 Favorites   0 Comments

Color spaces of #adbeb2

RGB 173190178
HSL0.380.120.71
HSV138°75°
CMYK 0.090.000.06   0.25
XYZ43.682948.925549.2607
Yxy48.92550.30790.3449
Hunter Lab69.9468-10.93077.2072
CIE-Lab75.4050-8.12874.0588

#adbeb2 color RGB value is (173,190,178).

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

The process color (four color CMYK) of #adbeb2 color hex is 0.09, 0.00, 0.06, 0.25. Web safe color of #adbeb2 is #99cc99. Color #adbeb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10110010
Octal 255 276 262
Decimal 173 190 178
Hex AD BE B2

RGB Percentages of Color #adbeb2

%31.98
%35.12
%32.90

CMYK Percentages of Color #adbeb2

%9
%0
%6
%25

Triadic Colors of #adbeb2

#adbeb2 #b2adbe #beb2ad

Analogous Colors of #adbeb2

#adbeb2 #adbebb #b1bead

Monochromatic Colors of #adbeb2

#adbeb2

Complementary Color

#adbeb2 #beadb9

#adbeb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbeb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbeb2 Color CSS Codes

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

#adbeb2 Text Font Color

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

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


#adbeb2 Background Color

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

This div background color is #adbeb2


#adbeb2 Border Color

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

This div border color is #adbeb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbeb2


Comments

No comments written yet.

Please login to write comment.