Color Hex Logo

#cbc597 Color Hex

#CBC597
(203,197,151)
0 Favorites   0 Comments

Color spaces of #cbc597

RGB 203197151
HSL0.150.330.69
HSV53°26°80°
CMYK 0.000.030.26   0.20
XYZ50.180854.863437.2230
Yxy54.86340.35270.3856
Hunter Lab74.0698-8.692122.0533
CIE-Lab78.9625-5.208023.8834

#cbc597 color RGB value is (203,197,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10010111
Octal 313 305 227
Decimal 203 197 151
Hex CB C5 97

RGB Percentages of Color #cbc597

%36.84
%35.75
%27.40

CMYK Percentages of Color #cbc597

%0
%3
%26
%20

Triadic Colors of #cbc597

#cbc597 #97cbc5 #c597cb

Analogous Colors of #cbc597

#cbc597 #b7cb97 #cbab97

Monochromatic Colors of #cbc597

#cbc597

Complementary Color

#cbc597 #979dcb

#cbc597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc597 Color CSS Codes

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

#cbc597 Text Font Color

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

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


#cbc597 Background Color

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

This div background color is #cbc597


#cbc597 Border Color

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

This div border color is #cbc597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc597


Comments

No comments written yet.

Please login to write comment.