Color Hex Logo

#cbb672 Color Hex

#CBB672
(203,182,114)
0 Favorites   0 Comments

Color spaces of #cbb672

RGB 203182114
HSL0.130.460.62
HSV46°44°80°
CMYK 0.000.100.44   0.20
XYZ44.393847.367322.7226
Yxy47.36730.38780.4137
Hunter Lab68.8239-5.303228.6018
CIE-Lab74.4241-1.819037.2732

#cbb672 color RGB value is (203,182,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 01110010
Octal 313 266 162
Decimal 203 182 114
Hex CB B6 72

RGB Percentages of Color #cbb672

%40.68
%36.47
%22.85

CMYK Percentages of Color #cbb672

%0
%10
%44
%20

Triadic Colors of #cbb672

#cbb672 #72cbb6 #b672cb

Analogous Colors of #cbb672

#cbb672 #b4cb72 #cb8a72

Monochromatic Colors of #cbb672

#cbb672

Complementary Color

#cbb672 #7287cb

#cbb672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb672 Color CSS Codes

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

#cbb672 Text Font Color

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

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


#cbb672 Background Color

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

This div background color is #cbb672


#cbb672 Border Color

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

This div border color is #cbb672


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,182,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 #cbb672">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb672


Comments

No comments written yet.

Please login to write comment.