Color Hex Logo

#cbb881 Color Hex

#CBB881
(203,184,129)
0 Favorites   0 Comments

Color spaces of #cbb881

RGB 203184129
HSL0.120.420.65
HSV45°36°80°
CMYK 0.000.090.36   0.20
XYZ45.731548.562527.7321
Yxy48.56250.37480.3980
Hunter Lab69.6868-4.812525.1861
CIE-Lab75.1783-1.212030.4279

#cbb881 color RGB value is (203,184,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 10000001
Octal 313 270 201
Decimal 203 184 129
Hex CB B8 81

RGB Percentages of Color #cbb881

%39.34
%35.66
%25.00

CMYK Percentages of Color #cbb881

%0
%9
%36
%20

Triadic Colors of #cbb881

#cbb881 #81cbb8 #b881cb

Analogous Colors of #cbb881

#cbb881 #b9cb81 #cb9381

Monochromatic Colors of #cbb881

#cbb881

Complementary Color

#cbb881 #8194cb

#cbb881 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb881 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb881 Color CSS Codes

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

#cbb881 Text Font Color

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

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


#cbb881 Background Color

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

This div background color is #cbb881


#cbb881 Border Color

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

This div border color is #cbb881


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb881


Comments

No comments written yet.

Please login to write comment.