Color Hex Logo

#add67b Color Hex

#ADD67B
(173,214,123)
0 Favorites   0 Comments

Color spaces of #add67b

RGB 173214123
HSL0.240.530.66
HSV87°43°84°
CMYK 0.190.000.43   0.16
XYZ44.855358.407427.6485
Yxy58.40740.34260.4462
Hunter Lab76.4247-28.977832.0477
CIE-Lab80.9648-28.671840.5320

#add67b color RGB value is (173,214,123).

#add67b hex color red value is 173, green value is 214 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #add67b hue: 0.24 , saturation: 0.53 and the lightness value of add67b is 0.66.

The process color (four color CMYK) of #add67b color hex is 0.19, 0.00, 0.43, 0.16. Web safe color of #add67b is #99cc66. Color #add67b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010110 01111011
Octal 255 326 173
Decimal 173 214 123
Hex AD D6 7B

RGB Percentages of Color #add67b

%33.92
%41.96
%24.12

CMYK Percentages of Color #add67b

%19
%0
%43
%16

Triadic Colors of #add67b

#add67b #7badd6 #d67bad

Analogous Colors of #add67b

#add67b #80d67b #d6d27b

Monochromatic Colors of #add67b

#add67b

Complementary Color

#add67b #a47bd6

#add67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#add67b Color CSS Codes

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

#add67b Text Font Color

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

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


#add67b Background Color

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

This div background color is #add67b


#add67b Border Color

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

This div border color is #add67b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,214,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 #add67b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add67b


Comments

No comments written yet.

Please login to write comment.