Color Hex Logo

#cca98f Color Hex

#CCA98F
(204,169,143)
0 Favorites   0 Comments

Color spaces of #cca98f

RGB 204169143
HSL0.070.370.68
HSV26°30°80°
CMYK 0.000.170.30   0.20
XYZ44.047743.196532.0028
Yxy43.19650.36940.3622
Hunter Lab65.72404.612117.1369
CIE-Lab71.68818.963218.2106

#cca98f color RGB value is (204,169,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10101001 10001111
Octal 314 251 217
Decimal 204 169 143
Hex CC A9 8F

RGB Percentages of Color #cca98f

%39.53
%32.75
%27.71

CMYK Percentages of Color #cca98f

%0
%17
%30
%20

Triadic Colors of #cca98f

#cca98f #8fcca9 #a98fcc

Analogous Colors of #cca98f

#cca98f #ccc88f #cc8f94

Monochromatic Colors of #cca98f

#cca98f

Complementary Color

#cca98f #8fb2cc

#cca98f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca98f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca98f Color CSS Codes

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

#cca98f Text Font Color

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

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


#cca98f Background Color

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

This div background color is #cca98f


#cca98f Border Color

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

This div border color is #cca98f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca98f


Comments

No comments written yet.

Please login to write comment.