Color Hex Logo

#c6ad81 Color Hex

#C6AD81
(198,173,129)
0 Favorites   0 Comments

Color spaces of #c6ad81

RGB 198173129
HSL0.110.380.64
HSV38°35°78°
CMYK 0.000.130.35   0.22
XYZ42.194743.477926.9370
Yxy43.47790.37470.3861
Hunter Lab65.9378-1.165921.9352
CIE-Lab71.87812.640525.9612

#c6ad81 color RGB value is (198,173,129).

#c6ad81 hex color red value is 198, green value is 173 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #c6ad81 hue: 0.11 , saturation: 0.38 and the lightness value of c6ad81 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10101101 10000001
Octal 306 255 201
Decimal 198 173 129
Hex C6 AD 81

RGB Percentages of Color #c6ad81

%39.60
%34.60
%25.80

CMYK Percentages of Color #c6ad81

%0
%13
%35
%22

Triadic Colors of #c6ad81

#c6ad81 #81c6ad #ad81c6

Analogous Colors of #c6ad81

#c6ad81 #bdc681 #c68b81

Monochromatic Colors of #c6ad81

#c6ad81

Complementary Color

#c6ad81 #819ac6

#c6ad81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6ad81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6ad81 Color CSS Codes

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

#c6ad81 Text Font Color

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

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


#c6ad81 Background Color

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

This div background color is #c6ad81


#c6ad81 Border Color

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

This div border color is #c6ad81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6ad81


Comments

No comments written yet.

Please login to write comment.