Color Hex Logo

#cbc59c Color Hex

#CBC59C
(203,197,156)
0 Favorites   0 Comments

Color spaces of #cbc59c

RGB 203197156
HSL0.150.310.70
HSV52°23°80°
CMYK 0.000.030.23   0.20
XYZ50.595655.029339.4075
Yxy55.02930.34890.3794
Hunter Lab74.1817-8.072220.4306
CIE-Lab79.0581-4.509721.3644

#cbc59c color RGB value is (203,197,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000101 10011100
Octal 313 305 234
Decimal 203 197 156
Hex CB C5 9C

RGB Percentages of Color #cbc59c

%36.51
%35.43
%28.06

CMYK Percentages of Color #cbc59c

%0
%3
%23
%20

Triadic Colors of #cbc59c

#cbc59c #9ccbc5 #c59ccb

Analogous Colors of #cbc59c

#cbc59c #bacb9c #cbae9c

Monochromatic Colors of #cbc59c

#cbc59c

Complementary Color

#cbc59c #9ca2cb

#cbc59c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc59c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc59c Color CSS Codes

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

#cbc59c Text Font Color

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

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


#cbc59c Background Color

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

This div background color is #cbc59c


#cbc59c Border Color

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

This div border color is #cbc59c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,197,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc59c


Comments

No comments written yet.

Please login to write comment.