Color Hex Logo

#cbc96b Color Hex

#CBC96B
(203,201,107)
0 Favorites   0 Comments

Color spaces of #cbc96b

RGB 203201107
HSL0.160.480.61
HSV59°47°80°
CMYK 0.000.010.47   0.20
XYZ48.169155.531322.0898
Yxy55.53130.38290.4415
Hunter Lab74.5193-15.026934.5882
CIE-Lab79.3463-12.336346.8714

#cbc96b color RGB value is (203,201,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 01101011
Octal 313 311 153
Decimal 203 201 107
Hex CB C9 6B

RGB Percentages of Color #cbc96b

%39.73
%39.33
%20.94

CMYK Percentages of Color #cbc96b

%0
%1
%47
%20

Triadic Colors of #cbc96b

#cbc96b #6bcbc9 #c96bcb

Analogous Colors of #cbc96b

#cbc96b #9dcb6b #cb996b

Monochromatic Colors of #cbc96b

#cbc96b

Complementary Color

#cbc96b #6b6dcb

#cbc96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc96b Color CSS Codes

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

#cbc96b Text Font Color

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

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


#cbc96b Background Color

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

This div background color is #cbc96b


#cbc96b Border Color

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

This div border color is #cbc96b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc96b


Comments

No comments written yet.

Please login to write comment.