Color Hex Logo

#ad667b Color Hex

#AD667B
(173,102,123)
0 Favorites   0 Comments

Color spaces of #ad667b

RGB 173102123
HSL0.950.300.54
HSV342°41°68°
CMYK 0.000.410.29   0.32
XYZ25.560119.817021.2168
Yxy19.81700.38380.2976
Hunter Lab44.516324.58662.9033
CIE-Lab51.629731.22680.6531

#ad667b color RGB value is (173,102,123).

#ad667b hex color red value is 173, green value is 102 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ad667b hue: 0.95 , saturation: 0.30 and the lightness value of ad667b is 0.54.

The process color (four color CMYK) of #ad667b color hex is 0.00, 0.41, 0.29, 0.32. Web safe color of #ad667b is #996666. Color #ad667b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 01111011
Octal 255 146 173
Decimal 173 102 123
Hex AD 66 7B

RGB Percentages of Color #ad667b

%43.47
%25.63
%30.90

CMYK Percentages of Color #ad667b

%0
%41
%29
%32

Triadic Colors of #ad667b

#ad667b #7bad66 #667bad

Analogous Colors of #ad667b

#ad667b #ad7566 #ad669f

Monochromatic Colors of #ad667b

#ad667b

Complementary Color

#ad667b #66ad98

#ad667b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad667b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad667b Color CSS Codes

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

#ad667b Text Font Color

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

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


#ad667b Background Color

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

This div background color is #ad667b


#ad667b Border Color

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

This div border color is #ad667b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad667b


Comments

No comments written yet.

Please login to write comment.