Color Hex Logo

#adbe65 Color Hex

#ADBE65
(173,190,101)
0 Favorites   0 Comments

Color spaces of #adbe65

RGB 173190101
HSL0.200.410.57
HSV71°47°75°
CMYK 0.090.000.47   0.25
XYZ37.996046.650719.3138
Yxy46.65070.36550.4487
Hunter Lab68.3013-20.227831.0453
CIE-Lab73.9658-19.454142.7394

#adbe65 color RGB value is (173,190,101).

#adbe65 hex color red value is 173, green value is 190 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #adbe65 hue: 0.20 , saturation: 0.41 and the lightness value of adbe65 is 0.57.

The process color (four color CMYK) of #adbe65 color hex is 0.09, 0.00, 0.47, 0.25. Web safe color of #adbe65 is #99cc66. Color #adbe65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 01100101
Octal 255 276 145
Decimal 173 190 101
Hex AD BE 65

RGB Percentages of Color #adbe65

%37.28
%40.95
%21.77

CMYK Percentages of Color #adbe65

%9
%0
%47
%25

Triadic Colors of #adbe65

#adbe65 #65adbe #be65ad

Analogous Colors of #adbe65

#adbe65 #81be65 #bea365

Monochromatic Colors of #adbe65

#adbe65

Complementary Color

#adbe65 #7665be

#adbe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe65 Color CSS Codes

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

#adbe65 Text Font Color

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

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


#adbe65 Background Color

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

This div background color is #adbe65


#adbe65 Border Color

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

This div border color is #adbe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe65


Comments

No comments written yet.

Please login to write comment.