Color Hex Logo

#cbc96a Color Hex

#CBC96A
(203,201,106)
0 Favorites   0 Comments

Color spaces of #cbc96a

RGB 203201106
HSL0.160.480.61
HSV59°48°80°
CMYK 0.000.010.48   0.20
XYZ48.116855.510421.8142
Yxy55.51040.38360.4425
Hunter Lab74.5053-15.105934.7944
CIE-Lab79.3344-12.429047.3416

#cbc96a color RGB value is (203,201,106).

#cbc96a hex color red value is 203, green value is 201 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #cbc96a hue: 0.16 , saturation: 0.48 and the lightness value of cbc96a is 0.61.

The process color (four color CMYK) of #cbc96a color hex is 0.00, 0.01, 0.48, 0.20. Web safe color of #cbc96a is #cccc66. Color #cbc96a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 01101010
Octal 313 311 152
Decimal 203 201 106
Hex CB C9 6A

RGB Percentages of Color #cbc96a

%39.80
%39.41
%20.78

CMYK Percentages of Color #cbc96a

%0
%1
%48
%20

Triadic Colors of #cbc96a

#cbc96a #6acbc9 #c96acb

Analogous Colors of #cbc96a

#cbc96a #9dcb6a #cb996a

Monochromatic Colors of #cbc96a

#cbc96a

Complementary Color

#cbc96a #6a6ccb

#cbc96a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc96a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc96a Color CSS Codes

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

#cbc96a Text Font Color

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

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


#cbc96a Background Color

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

This div background color is #cbc96a


#cbc96a Border Color

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

This div border color is #cbc96a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc96a


Comments

No comments written yet.

Please login to write comment.