Color Hex Logo

#cbb065 Color Hex

#CBB065
(203,176,101)
0 Favorites   0 Comments

Color spaces of #cbb065

RGB 203176101
HSL0.120.500.60
HSV44°50°80°
CMYK 0.000.130.50   0.20
XYZ42.502944.686818.6972
Yxy44.68680.40140.4220
Hunter Lab66.8482-3.491830.2105
CIE-Lab72.68520.088341.7403

#cbb065 color RGB value is (203,176,101).

#cbb065 hex color red value is 203, green value is 176 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #cbb065 hue: 0.12 , saturation: 0.50 and the lightness value of cbb065 is 0.60.

The process color (four color CMYK) of #cbb065 color hex is 0.00, 0.13, 0.50, 0.20. Web safe color of #cbb065 is #cc9966. Color #cbb065 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01100101
Octal 313 260 145
Decimal 203 176 101
Hex CB B0 65

RGB Percentages of Color #cbb065

%42.29
%36.67
%21.04

CMYK Percentages of Color #cbb065

%0
%13
%50
%20

Triadic Colors of #cbb065

#cbb065 #65cbb0 #b065cb

Analogous Colors of #cbb065

#cbb065 #b3cb65 #cb7d65

Monochromatic Colors of #cbb065

#cbb065

Complementary Color

#cbb065 #6580cb

#cbb065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb065 Color CSS Codes

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

#cbb065 Text Font Color

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

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


#cbb065 Background Color

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

This div background color is #cbb065


#cbb065 Border Color

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

This div border color is #cbb065


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb065


Comments

No comments written yet.

Please login to write comment.