Color Hex Logo

#c6ad90 Color Hex

#C6AD90
(198,173,144)
0 Favorites   0 Comments

Color spaces of #c6ad90

RGB 198173144
HSL0.090.320.67
HSV32°27°78°
CMYK 0.000.130.27   0.22
XYZ43.266343.906532.5800
Yxy43.90650.36130.3666
Hunter Lab66.26200.594617.2314
CIE-Lab72.16604.601918.2398

#c6ad90 color RGB value is (198,173,144).

#c6ad90 hex color red value is 198, green value is 173 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #c6ad90 hue: 0.09 , saturation: 0.32 and the lightness value of c6ad90 is 0.67.

The process color (four color CMYK) of #c6ad90 color hex is 0.00, 0.13, 0.27, 0.22. Web safe color of #c6ad90 is #cc9999. Color #c6ad90 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101101 10010000
Octal 306 255 220
Decimal 198 173 144
Hex C6 AD 90

RGB Percentages of Color #c6ad90

%38.45
%33.59
%27.96

CMYK Percentages of Color #c6ad90

%0
%13
%27
%22

Triadic Colors of #c6ad90

#c6ad90 #90c6ad #ad90c6

Analogous Colors of #c6ad90

#c6ad90 #c4c690 #c69290

Monochromatic Colors of #c6ad90

#c6ad90

Complementary Color

#c6ad90 #90a9c6

#c6ad90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ad90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ad90 Color CSS Codes

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

#c6ad90 Text Font Color

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

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


#c6ad90 Background Color

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

This div background color is #c6ad90


#c6ad90 Border Color

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

This div border color is #c6ad90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ad90


Comments

No comments written yet.

Please login to write comment.