Color Hex Logo

#cbb372 Color Hex

#CBB372
(203,179,114)
0 Favorites   0 Comments

Color spaces of #cbb372

RGB 203179114
HSL0.120.460.62
HSV44°44°80°
CMYK 0.000.120.44   0.20
XYZ43.786046.151622.5200
Yxy46.15160.38940.4104
Hunter Lab67.9350-3.837927.9002
CIE-Lab73.6438-0.234236.2815

#cbb372 color RGB value is (203,179,114).

#cbb372 hex color red value is 203, green value is 179 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cbb372 hue: 0.12 , saturation: 0.46 and the lightness value of cbb372 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01110010
Octal 313 263 162
Decimal 203 179 114
Hex CB B3 72

RGB Percentages of Color #cbb372

%40.93
%36.09
%22.98

CMYK Percentages of Color #cbb372

%0
%12
%44
%20

Triadic Colors of #cbb372

#cbb372 #72cbb3 #b372cb

Analogous Colors of #cbb372

#cbb372 #b7cb72 #cb8772

Monochromatic Colors of #cbb372

#cbb372

Complementary Color

#cbb372 #728acb

#cbb372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb372 Color CSS Codes

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

#cbb372 Text Font Color

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

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


#cbb372 Background Color

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

This div background color is #cbb372


#cbb372 Border Color

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

This div border color is #cbb372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb372


Comments

No comments written yet.

Please login to write comment.