Color Hex Logo

#ad6668 Color Hex

#AD6668
(173,102,104)
0 Favorites   0 Comments

Color spaces of #ad6668

RGB 173102104
HSL1.000.300.54
HSV358°41°68°
CMYK 0.000.410.40   0.32
XYZ24.483619.386515.5482
Yxy19.38650.41210.3263
Hunter Lab44.030122.20499.8842
CIE-Lab51.136428.757211.2154

#ad6668 color RGB value is (173,102,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 01100110 01101000
Octal 255 146 150
Decimal 173 102 104
Hex AD 66 68

RGB Percentages of Color #ad6668

%45.65
%26.91
%27.44

CMYK Percentages of Color #ad6668

%0
%41
%40
%32

Triadic Colors of #ad6668

#ad6668 #68ad66 #6668ad

Analogous Colors of #ad6668

#ad6668 #ad8866 #ad668c

Monochromatic Colors of #ad6668

#ad6668

Complementary Color

#ad6668 #66adab

#ad6668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad6668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad6668 Color CSS Codes

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

#ad6668 Text Font Color

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

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


#ad6668 Background Color

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

This div background color is #ad6668


#ad6668 Border Color

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

This div border color is #ad6668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad6668


Comments

No comments written yet.

Please login to write comment.