Color Hex Logo

#ccb497 Color Hex

#CCB497
(204,180,151)
0 Favorites   0 Comments

Color spaces of #ccb497

RGB 204180151
HSL0.090.340.70
HSV33°26°80°
CMYK 0.000.120.26   0.20
XYZ46.809047.714336.0208
Yxy47.71430.35860.3655
Hunter Lab69.07550.078217.4349
CIE-Lab74.64444.142917.9604

#ccb497 color RGB value is (204,180,151).

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

The process color (four color CMYK) of #ccb497 color hex is 0.00, 0.12, 0.26, 0.20. Web safe color of #ccb497 is #cccc99. Color #ccb497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110100 10010111
Octal 314 264 227
Decimal 204 180 151
Hex CC B4 97

RGB Percentages of Color #ccb497

%38.13
%33.64
%28.22

CMYK Percentages of Color #ccb497

%0
%12
%26
%20

Triadic Colors of #ccb497

#ccb497 #97ccb4 #b497cc

Analogous Colors of #ccb497

#ccb497 #cacc97 #cc9a97

Monochromatic Colors of #ccb497

#ccb497

Complementary Color

#ccb497 #97afcc

#ccb497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb497 Color CSS Codes

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

#ccb497 Text Font Color

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

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


#ccb497 Background Color

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

This div background color is #ccb497


#ccb497 Border Color

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

This div border color is #ccb497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb497


Comments

No comments written yet.

Please login to write comment.