Color Hex Logo

#cbb46d Color Hex

#CBB46D
(203,180,109)
0 Favorites   0 Comments

Color spaces of #cbb46d

RGB 203180109
HSL0.130.470.61
HSV45°46°80°
CMYK 0.000.110.46   0.20
XYZ43.710246.443221.1286
Yxy46.44320.39280.4173
Hunter Lab68.1492-4.773229.3225
CIE-Lab73.8322-1.269239.0942

#cbb46d color RGB value is (203,180,109).

#cbb46d hex color red value is 203, green value is 180 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cbb46d hue: 0.13 , saturation: 0.47 and the lightness value of cbb46d is 0.61.

The process color (four color CMYK) of #cbb46d color hex is 0.00, 0.11, 0.46, 0.20. Web safe color of #cbb46d is #cccc66. Color #cbb46d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 01101101
Octal 313 264 155
Decimal 203 180 109
Hex CB B4 6D

RGB Percentages of Color #cbb46d

%41.26
%36.59
%22.15

CMYK Percentages of Color #cbb46d

%0
%11
%46
%20

Triadic Colors of #cbb46d

#cbb46d #6dcbb4 #b46dcb

Analogous Colors of #cbb46d

#cbb46d #b3cb6d #cb856d

Monochromatic Colors of #cbb46d

#cbb46d

Complementary Color

#cbb46d #6d84cb

#cbb46d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb46d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb46d Color CSS Codes

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

#cbb46d Text Font Color

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

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


#cbb46d Background Color

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

This div background color is #cbb46d


#cbb46d Border Color

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

This div border color is #cbb46d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb46d


Comments

No comments written yet.

Please login to write comment.