Color Hex Logo

#adbe72 Color Hex

#ADBE72
(173,190,114)
0 Favorites   0 Comments

Color spaces of #adbe72

RGB 173190114
HSL0.200.370.60
HSV73°40°75°
CMYK 0.090.000.40   0.25
XYZ38.684346.926122.9383
Yxy46.92610.35640.4323
Hunter Lab68.5026-19.078428.0984
CIE-Lab74.1425-18.004936.4135

#adbe72 color RGB value is (173,190,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 01110010
Octal 255 276 162
Decimal 173 190 114
Hex AD BE 72

RGB Percentages of Color #adbe72

%36.27
%39.83
%23.90

CMYK Percentages of Color #adbe72

%9
%0
%40
%25

Triadic Colors of #adbe72

#adbe72 #72adbe #be72ad

Analogous Colors of #adbe72

#adbe72 #87be72 #bea972

Monochromatic Colors of #adbe72

#adbe72

Complementary Color

#adbe72 #8372be

#adbe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe72 Color CSS Codes

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

#adbe72 Text Font Color

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

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


#adbe72 Background Color

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

This div background color is #adbe72


#adbe72 Border Color

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

This div border color is #adbe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe72


Comments

No comments written yet.

Please login to write comment.