Color Hex Logo

#adbe83 Color Hex

#ADBE83
(173,190,131)
0 Favorites   0 Comments

Color spaces of #adbe83

RGB 173190131
HSL0.210.310.63
HSV77°31°75°
CMYK 0.090.000.31   0.25
XYZ39.743847.349828.5174
Yxy47.34980.34380.4096
Hunter Lab68.8112-17.322023.5963
CIE-Lab74.4130-15.818327.9227

#adbe83 color RGB value is (173,190,131).

#adbe83 hex color red value is 173, green value is 190 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #adbe83 hue: 0.21 , saturation: 0.31 and the lightness value of adbe83 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 10000011
Octal 255 276 203
Decimal 173 190 131
Hex AD BE 83

RGB Percentages of Color #adbe83

%35.02
%38.46
%26.52

CMYK Percentages of Color #adbe83

%9
%0
%31
%25

Triadic Colors of #adbe83

#adbe83 #83adbe #be83ad

Analogous Colors of #adbe83

#adbe83 #90be83 #beb283

Monochromatic Colors of #adbe83

#adbe83

Complementary Color

#adbe83 #9483be

#adbe83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe83 Color CSS Codes

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

#adbe83 Text Font Color

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

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


#adbe83 Background Color

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

This div background color is #adbe83


#adbe83 Border Color

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

This div border color is #adbe83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe83


Comments

No comments written yet.

Please login to write comment.