Color Hex Logo

#aded8b Color Hex

#ADED8B
(173,237,139)
0 Favorites   0 Comments

Color spaces of #aded8b

RGB 173237139
HSL0.280.730.74
HSV99°41°93°
CMYK 0.270.000.41   0.07
XYZ52.178071.316735.4415
Yxy71.31670.32830.4487
Hunter Lab84.4492-37.497734.2317
CIE-Lab87.6386-37.313441.1098

#aded8b color RGB value is (173,237,139).

#aded8b hex color red value is 173, green value is 237 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aded8b hue: 0.28 , saturation: 0.73 and the lightness value of aded8b is 0.74.

The process color (four color CMYK) of #aded8b color hex is 0.27, 0.00, 0.41, 0.07. Web safe color of #aded8b is #99ff99. Color #aded8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 10001011
Octal 255 355 213
Decimal 173 237 139
Hex AD ED 8B

RGB Percentages of Color #aded8b

%31.51
%43.17
%25.32

CMYK Percentages of Color #aded8b

%27
%0
%41
%7

Triadic Colors of #aded8b

#aded8b #8baded #ed8bad

Analogous Colors of #aded8b

#aded8b #8bed9a #deed8b

Monochromatic Colors of #aded8b

#aded8b

Complementary Color

#aded8b #cb8bed

#aded8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aded8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aded8b Color CSS Codes

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

#aded8b Text Font Color

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

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


#aded8b Background Color

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

This div background color is #aded8b


#aded8b Border Color

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

This div border color is #aded8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aded8b


Comments

No comments written yet.

Please login to write comment.