Color Hex Logo

#cbb374 Color Hex

#CBB374
(203,179,116)
0 Favorites   0 Comments

Color spaces of #cbb374

RGB 203179116
HSL0.120.460.63
HSV43°43°80°
CMYK 0.000.120.43   0.20
XYZ43.901146.197723.1262
Yxy46.19770.38770.4080
Hunter Lab67.9689-3.652427.4050
CIE-Lab73.6736-0.024735.2811

#cbb374 color RGB value is (203,179,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01110100
Octal 313 263 164
Decimal 203 179 116
Hex CB B3 74

RGB Percentages of Color #cbb374

%40.76
%35.94
%23.29

CMYK Percentages of Color #cbb374

%0
%12
%43
%20

Triadic Colors of #cbb374

#cbb374 #74cbb3 #b374cb

Analogous Colors of #cbb374

#cbb374 #b8cb74 #cb8874

Monochromatic Colors of #cbb374

#cbb374

Complementary Color

#cbb374 #748ccb

#cbb374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb374 Color CSS Codes

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

#cbb374 Text Font Color

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

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


#cbb374 Background Color

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

This div background color is #cbb374


#cbb374 Border Color

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

This div border color is #cbb374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb374


Comments

No comments written yet.

Please login to write comment.