Color Hex Logo

#cbb880 Color Hex

#CBB880
(203,184,128)
0 Favorites   0 Comments

Color spaces of #cbb880

RGB 203184128
HSL0.120.420.65
HSV45°37°80°
CMYK 0.000.090.37   0.20
XYZ45.665448.536027.3836
Yxy48.53600.37560.3992
Hunter Lab69.6678-4.916625.4629
CIE-Lab75.1617-1.329330.9326

#cbb880 color RGB value is (203,184,128).

#cbb880 hex color red value is 203, green value is 184 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cbb880 hue: 0.12 , saturation: 0.42 and the lightness value of cbb880 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 10000000
Octal 313 270 200
Decimal 203 184 128
Hex CB B8 80

RGB Percentages of Color #cbb880

%39.42
%35.73
%24.85

CMYK Percentages of Color #cbb880

%0
%9
%37
%20

Triadic Colors of #cbb880

#cbb880 #80cbb8 #b880cb

Analogous Colors of #cbb880

#cbb880 #b9cb80 #cb9380

Monochromatic Colors of #cbb880

#cbb880

Complementary Color

#cbb880 #8093cb

#cbb880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb880 Color CSS Codes

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

#cbb880 Text Font Color

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

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


#cbb880 Background Color

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

This div background color is #cbb880


#cbb880 Border Color

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

This div border color is #cbb880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb880


Comments

No comments written yet.

Please login to write comment.