Color Hex Logo

#cbbb68 Color Hex

#CBBB68
(203,187,104)
0 Favorites   0 Comments

Color spaces of #cbbb68

RGB 203187104
HSL0.140.490.60
HSV50°49°80°
CMYK 0.000.080.49   0.20
XYZ44.897649.236620.2340
Yxy49.23660.39260.4305
Hunter Lab70.1688-8.581932.0212
CIE-Lab75.5983-5.418143.7970

#cbbb68 color RGB value is (203,187,104).

#cbbb68 hex color red value is 203, green value is 187 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #cbbb68 hue: 0.14 , saturation: 0.49 and the lightness value of cbbb68 is 0.60.

The process color (four color CMYK) of #cbbb68 color hex is 0.00, 0.08, 0.49, 0.20. Web safe color of #cbbb68 is #cccc66. Color #cbbb68 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111011 01101000
Octal 313 273 150
Decimal 203 187 104
Hex CB BB 68

RGB Percentages of Color #cbbb68

%41.09
%37.85
%21.05

CMYK Percentages of Color #cbbb68

%0
%8
%49
%20

Triadic Colors of #cbbb68

#cbbb68 #68cbbb #bb68cb

Analogous Colors of #cbbb68

#cbbb68 #aacb68 #cb8a68

Monochromatic Colors of #cbbb68

#cbbb68

Complementary Color

#cbbb68 #6878cb

#cbbb68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbb68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbb68 Color CSS Codes

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

#cbbb68 Text Font Color

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

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


#cbbb68 Background Color

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

This div background color is #cbbb68


#cbbb68 Border Color

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

This div border color is #cbbb68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbb68


Comments

No comments written yet.

Please login to write comment.