Color Hex Logo

#cbb984 Color Hex

#CBB984
(203,185,132)
0 Favorites   0 Comments

Color spaces of #cbb984

RGB 203185132
HSL0.120.410.66
HSV45°35°80°
CMYK 0.000.090.35   0.20
XYZ46.142449.060428.8674
Yxy49.06040.37190.3954
Hunter Lab70.0431-4.984824.5946
CIE-Lab75.4889-1.380629.2564

#cbb984 color RGB value is (203,185,132).

#cbb984 hex color red value is 203, green value is 185 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cbb984 hue: 0.12 , saturation: 0.41 and the lightness value of cbb984 is 0.66.

The process color (four color CMYK) of #cbb984 color hex is 0.00, 0.09, 0.35, 0.20. Web safe color of #cbb984 is #cccc99. Color #cbb984 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 10000100
Octal 313 271 204
Decimal 203 185 132
Hex CB B9 84

RGB Percentages of Color #cbb984

%39.04
%35.58
%25.38

CMYK Percentages of Color #cbb984

%0
%9
%35
%20

Triadic Colors of #cbb984

#cbb984 #84cbb9 #b984cb

Analogous Colors of #cbb984

#cbb984 #bacb84 #cb9684

Monochromatic Colors of #cbb984

#cbb984

Complementary Color

#cbb984 #8496cb

#cbb984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb984 Color CSS Codes

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

#cbb984 Text Font Color

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

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


#cbb984 Background Color

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

This div background color is #cbb984


#cbb984 Border Color

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

This div border color is #cbb984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb984


Comments

No comments written yet.

Please login to write comment.