Color Hex Logo

#adec7b Color Hex

#ADEC7B
(173,236,123)
0 Favorites   0 Comments

Color spaces of #adec7b

RGB 173236123
HSL0.260.750.70
HSV93°48°93°
CMYK 0.270.000.48   0.07
XYZ50.804270.305229.6315
Yxy70.30520.33700.4664
Hunter Lab83.8482-38.580037.7410
CIE-Lab87.1463-38.816548.2317

#adec7b color RGB value is (173,236,123).

#adec7b hex color red value is 173, green value is 236 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #adec7b hue: 0.26 , saturation: 0.75 and the lightness value of adec7b is 0.70.

The process color (four color CMYK) of #adec7b color hex is 0.27, 0.00, 0.48, 0.07. Web safe color of #adec7b is #99ff66. Color #adec7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101100 01111011
Octal 255 354 173
Decimal 173 236 123
Hex AD EC 7B

RGB Percentages of Color #adec7b

%32.52
%44.36
%23.12

CMYK Percentages of Color #adec7b

%27
%0
%48
%7

Triadic Colors of #adec7b

#adec7b #7badec #ec7bad

Analogous Colors of #adec7b

#adec7b #7bec82 #e6ec7b

Monochromatic Colors of #adec7b

#adec7b

Complementary Color

#adec7b #ba7bec

#adec7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adec7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adec7b Color CSS Codes

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

#adec7b Text Font Color

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

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


#adec7b Background Color

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

This div background color is #adec7b


#adec7b Border Color

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

This div border color is #adec7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adec7b


Comments

No comments written yet.

Please login to write comment.