Color Hex Logo

#adbd27 Color Hex

#ADBD27
(173,189,39)
0 Favorites   0 Comments

Color spaces of #adbd27

RGB 17318939
HSL0.180.660.45
HSV66°79°74°
CMYK 0.080.000.79   0.26
XYZ35.797445.42598.8008
Yxy45.42590.39760.5046
Hunter Lab67.3987-23.141339.4371
CIE-Lab73.1715-23.276267.2702

#adbd27 color RGB value is (173,189,39).

#adbd27 hex color red value is 173, green value is 189 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #adbd27 hue: 0.18 , saturation: 0.66 and the lightness value of adbd27 is 0.45.

The process color (four color CMYK) of #adbd27 color hex is 0.08, 0.00, 0.79, 0.26. Web safe color of #adbd27 is #99cc33. Color #adbd27 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111101 00100111
Octal 255 275 47
Decimal 173 189 39
Hex AD BD 27

RGB Percentages of Color #adbd27

%43.14
%47.13
%9.73

CMYK Percentages of Color #adbd27

%8
%0
%79
%26

Triadic Colors of #adbd27

#adbd27 #27adbd #bd27ad

Analogous Colors of #adbd27

#adbd27 #62bd27 #bd8227

Monochromatic Colors of #adbd27

#adbd27

Complementary Color

#adbd27 #3727bd

#adbd27 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbd27 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbd27 Color CSS Codes

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

#adbd27 Text Font Color

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

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


#adbd27 Background Color

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

This div background color is #adbd27


#adbd27 Border Color

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

This div border color is #adbd27


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbd27


Comments

No comments written yet.

Please login to write comment.