Color Hex Logo

#cbb88f Color Hex

#CBB88F
(203,184,143)
0 Favorites   0 Comments

Color spaces of #cbb88f

RGB 203184143
HSL0.110.370.68
HSV41°30°80°
CMYK 0.000.090.30   0.20
XYZ46.727048.960732.9742
Yxy48.96070.36320.3805
Hunter Lab69.9719-3.249221.0400
CIE-Lab75.42690.539323.3247

#cbb88f color RGB value is (203,184,143).

#cbb88f hex color red value is 203, green value is 184 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #cbb88f hue: 0.11 , saturation: 0.37 and the lightness value of cbb88f is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 10001111
Octal 313 270 217
Decimal 203 184 143
Hex CB B8 8F

RGB Percentages of Color #cbb88f

%38.30
%34.72
%26.98

CMYK Percentages of Color #cbb88f

%0
%9
%30
%20

Triadic Colors of #cbb88f

#cbb88f #8fcbb8 #b88fcb

Analogous Colors of #cbb88f

#cbb88f #c0cb8f #cb9a8f

Monochromatic Colors of #cbb88f

#cbb88f

Complementary Color

#cbb88f #8fa2cb

#cbb88f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb88f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb88f Color CSS Codes

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

#cbb88f Text Font Color

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

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


#cbb88f Background Color

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

This div background color is #cbb88f


#cbb88f Border Color

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

This div border color is #cbb88f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb88f


Comments

No comments written yet.

Please login to write comment.