Color Hex Logo

#cca698 Color Hex

#CCA698
(204,166,152)
0 Favorites   0 Comments

Color spaces of #cca698

RGB 204166152
HSL0.040.340.70
HSV16°25°80°
CMYK 0.000.190.25   0.20
XYZ44.205642.376835.5554
Yxy42.37680.36190.3470
Hunter Lab65.09757.293113.1848
CIE-Lab71.129911.831012.4993

#cca698 color RGB value is (204,166,152).

#cca698 hex color red value is 204, green value is 166 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #cca698 hue: 0.04 , saturation: 0.34 and the lightness value of cca698 is 0.70.

The process color (four color CMYK) of #cca698 color hex is 0.00, 0.19, 0.25, 0.20. Web safe color of #cca698 is #cc9999. Color #cca698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 10011000
Octal 314 246 230
Decimal 204 166 152
Hex CC A6 98

RGB Percentages of Color #cca698

%39.08
%31.80
%29.12

CMYK Percentages of Color #cca698

%0
%19
%25
%20

Triadic Colors of #cca698

#cca698 #98cca6 #a698cc

Analogous Colors of #cca698

#cca698 #ccc098 #cc98a4

Monochromatic Colors of #cca698

#cca698

Complementary Color

#cca698 #98becc

#cca698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca698 Color CSS Codes

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

#cca698 Text Font Color

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

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


#cca698 Background Color

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

This div background color is #cca698


#cca698 Border Color

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

This div border color is #cca698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca698


Comments

No comments written yet.

Please login to write comment.