Color Hex Logo

#cbb57f Color Hex

#CBB57F
(203,181,127)
0 Favorites   0 Comments

Color spaces of #cbb57f

RGB 203181127
HSL0.120.420.65
HSV43°37°80°
CMYK 0.000.110.37   0.20
XYZ44.983247.276626.8331
Yxy47.27660.37770.3970
Hunter Lab68.7580-3.547324.9924
CIE-Lab74.36630.139230.4129

#cbb57f color RGB value is (203,181,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 01111111
Octal 313 265 177
Decimal 203 181 127
Hex CB B5 7F

RGB Percentages of Color #cbb57f

%39.73
%35.42
%24.85

CMYK Percentages of Color #cbb57f

%0
%11
%37
%20

Triadic Colors of #cbb57f

#cbb57f #7fcbb5 #b57fcb

Analogous Colors of #cbb57f

#cbb57f #bbcb7f #cb8f7f

Monochromatic Colors of #cbb57f

#cbb57f

Complementary Color

#cbb57f #7f95cb

#cbb57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb57f Color CSS Codes

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

#cbb57f Text Font Color

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

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


#cbb57f Background Color

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

This div background color is #cbb57f


#cbb57f Border Color

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

This div border color is #cbb57f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,181,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 #cbb57f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb57f


Comments

No comments written yet.

Please login to write comment.