Color Hex Logo

#cbb67f Color Hex

#CBB67F
(203,182,127)
0 Favorites   0 Comments

Color spaces of #cbb67f

RGB 203182127
HSL0.120.420.65
HSV43°37°80°
CMYK 0.000.100.37   0.20
XYZ45.187347.684726.9011
Yxy47.68470.37730.3981
Hunter Lab69.0541-4.038725.2405
CIE-Lab74.6256-0.389930.7541

#cbb67f color RGB value is (203,182,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 01111111
Octal 313 266 177
Decimal 203 182 127
Hex CB B6 7F

RGB Percentages of Color #cbb67f

%39.65
%35.55
%24.80

CMYK Percentages of Color #cbb67f

%0
%10
%37
%20

Triadic Colors of #cbb67f

#cbb67f #7fcbb6 #b67fcb

Analogous Colors of #cbb67f

#cbb67f #bacb7f #cb907f

Monochromatic Colors of #cbb67f

#cbb67f

Complementary Color

#cbb67f #7f94cb

#cbb67f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb67f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb67f Color CSS Codes

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

#cbb67f Text Font Color

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

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


#cbb67f Background Color

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

This div background color is #cbb67f


#cbb67f Border Color

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

This div border color is #cbb67f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb67f


Comments

No comments written yet.

Please login to write comment.