Color Hex Logo

#cbc497 Color Hex

#CBC497
(203,196,151)
0 Favorites   0 Comments

Color spaces of #cbc497

RGB 203196151
HSL0.140.330.69
HSV52°26°80°
CMYK 0.000.030.26   0.20
XYZ49.954454.410737.1476
Yxy54.41070.35300.3845
Hunter Lab73.7636-8.202021.7759
CIE-Lab78.7006-4.687723.5263

#cbc497 color RGB value is (203,196,151).

#cbc497 hex color red value is 203, green value is 196 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #cbc497 hue: 0.14 , saturation: 0.33 and the lightness value of cbc497 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000100 10010111
Octal 313 304 227
Decimal 203 196 151
Hex CB C4 97

RGB Percentages of Color #cbc497

%36.91
%35.64
%27.45

CMYK Percentages of Color #cbc497

%0
%3
%26
%20

Triadic Colors of #cbc497

#cbc497 #97cbc4 #c497cb

Analogous Colors of #cbc497

#cbc497 #b8cb97 #cbaa97

Monochromatic Colors of #cbc497

#cbc497

Complementary Color

#cbc497 #979ecb

#cbc497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc497 Color CSS Codes

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

#cbc497 Text Font Color

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

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


#cbc497 Background Color

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

This div background color is #cbc497


#cbc497 Border Color

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

This div border color is #cbc497


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc497


Comments

No comments written yet.

Please login to write comment.