Color Hex Logo

#cbb369 Color Hex

#CBB369
(203,179,105)
0 Favorites   0 Comments

Color spaces of #cbb369

RGB 203179105
HSL0.130.490.60
HSV45°48°80°
CMYK 0.000.120.48   0.20
XYZ43.298545.956619.9530
Yxy45.95660.39650.4208
Hunter Lab67.7913-4.626330.0031
CIE-Lab73.5174-1.127740.7400

#cbb369 color RGB value is (203,179,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01101001
Octal 313 263 151
Decimal 203 179 105
Hex CB B3 69

RGB Percentages of Color #cbb369

%41.68
%36.76
%21.56

CMYK Percentages of Color #cbb369

%0
%12
%48
%20

Triadic Colors of #cbb369

#cbb369 #69cbb3 #b369cb

Analogous Colors of #cbb369

#cbb369 #b2cb69 #cb8269

Monochromatic Colors of #cbb369

#cbb369

Complementary Color

#cbb369 #6981cb

#cbb369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb369 Color CSS Codes

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

#cbb369 Text Font Color

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

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


#cbb369 Background Color

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

This div background color is #cbb369


#cbb369 Border Color

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

This div border color is #cbb369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb369


Comments

No comments written yet.

Please login to write comment.