Color Hex Logo

#cca98d Color Hex

#CCA98D
(204,169,141)
0 Favorites   0 Comments

Color spaces of #cca98d

RGB 204169141
HSL0.070.380.68
HSV27°31°80°
CMYK 0.000.170.31   0.20
XYZ43.897543.136431.2118
Yxy43.13640.37120.3648
Hunter Lab65.67834.367317.7989
CIE-Lab71.64758.698319.2452

#cca98d color RGB value is (204,169,141).

#cca98d hex color red value is 204, green value is 169 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cca98d hue: 0.07 , saturation: 0.38 and the lightness value of cca98d is 0.68.

The process color (four color CMYK) of #cca98d color hex is 0.00, 0.17, 0.31, 0.20. Web safe color of #cca98d is #cc9999. Color #cca98d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10001101
Octal 314 251 215
Decimal 204 169 141
Hex CC A9 8D

RGB Percentages of Color #cca98d

%39.69
%32.88
%27.43

CMYK Percentages of Color #cca98d

%0
%17
%31
%20

Triadic Colors of #cca98d

#cca98d #8dcca9 #a98dcc

Analogous Colors of #cca98d

#cca98d #ccc98d #cc8d91

Monochromatic Colors of #cca98d

#cca98d

Complementary Color

#cca98d #8db0cc

#cca98d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca98d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca98d Color CSS Codes

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

#cca98d Text Font Color

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

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


#cca98d Background Color

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

This div background color is #cca98d


#cca98d Border Color

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

This div border color is #cca98d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,169,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cca98d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cca98d;
  -webkit-box-shadow: 1px 1px 3px 2px #cca98d;
  box-shadow:         1px 1px 3px 2px #cca98d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,169,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca98d


Comments

No comments written yet.

Please login to write comment.