Color Hex Logo

#ccb698 Color Hex

#CCB698
(204,182,152)
0 Favorites   0 Comments

Color spaces of #ccb698

RGB 204182152
HSL0.100.340.70
HSV35°25°80°
CMYK 0.000.110.25   0.20
XYZ47.297348.560336.5860
Yxy48.56030.35710.3666
Hunter Lab69.6852-0.796217.6513
CIE-Lab75.17703.215518.1589

#ccb698 color RGB value is (204,182,152).

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

The process color (four color CMYK) of #ccb698 color hex is 0.00, 0.11, 0.25, 0.20. Web safe color of #ccb698 is #cccc99. Color #ccb698 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10011000
Octal 314 266 230
Decimal 204 182 152
Hex CC B6 98

RGB Percentages of Color #ccb698

%37.92
%33.83
%28.25

CMYK Percentages of Color #ccb698

%0
%11
%25
%20

Triadic Colors of #ccb698

#ccb698 #98ccb6 #b698cc

Analogous Colors of #ccb698

#ccb698 #c8cc98 #cc9c98

Monochromatic Colors of #ccb698

#ccb698

Complementary Color

#ccb698 #98aecc

#ccb698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb698 Color CSS Codes

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

#ccb698 Text Font Color

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

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


#ccb698 Background Color

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

This div background color is #ccb698


#ccb698 Border Color

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

This div border color is #ccb698


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,182,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 #ccb698">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb698


Comments

No comments written yet.

Please login to write comment.