Color Hex Logo

#cbc79b Color Hex

#CBC79B
(203,199,155)
0 Favorites   0 Comments

Color spaces of #cbc79b

RGB 203199155
HSL0.150.320.70
HSV55°24°80°
CMYK 0.000.020.24   0.20
XYZ50.968455.909939.1157
Yxy55.90990.34910.3830
Hunter Lab74.7729-9.179421.3249
CIE-Lab79.5625-5.690922.5867

#cbc79b color RGB value is (203,199,155).

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

The process color (four color CMYK) of #cbc79b color hex is 0.00, 0.02, 0.24, 0.20. Web safe color of #cbc79b is #cccc99. Color #cbc79b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000111 10011011
Octal 313 307 233
Decimal 203 199 155
Hex CB C7 9B

RGB Percentages of Color #cbc79b

%36.45
%35.73
%27.83

CMYK Percentages of Color #cbc79b

%0
%2
%24
%20

Triadic Colors of #cbc79b

#cbc79b #9bcbc7 #c79bcb

Analogous Colors of #cbc79b

#cbc79b #b7cb9b #cbaf9b

Monochromatic Colors of #cbc79b

#cbc79b

Complementary Color

#cbc79b #9b9fcb

#cbc79b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc79b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc79b Color CSS Codes

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

#cbc79b Text Font Color

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

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


#cbc79b Background Color

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

This div background color is #cbc79b


#cbc79b Border Color

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

This div border color is #cbc79b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc79b


Comments

No comments written yet.

Please login to write comment.