Color Hex Logo

#cbb77e Color Hex

#CBB77E
(203,183,126)
0 Favorites   0 Comments

Color spaces of #cbb77e

RGB 203183126
HSL0.120.430.65
HSV44°38°80°
CMYK 0.000.100.38   0.20
XYZ45.328048.069826.6280
Yxy48.06980.37770.4005
Hunter Lab69.3324-4.632325.7616
CIE-Lab74.8689-1.034031.5997

#cbb77e color RGB value is (203,183,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 01111110
Octal 313 267 176
Decimal 203 183 126
Hex CB B7 7E

RGB Percentages of Color #cbb77e

%39.65
%35.74
%24.61

CMYK Percentages of Color #cbb77e

%0
%10
%38
%20

Triadic Colors of #cbb77e

#cbb77e #7ecbb7 #b77ecb

Analogous Colors of #cbb77e

#cbb77e #b9cb7e #cb917e

Monochromatic Colors of #cbb77e

#cbb77e

Complementary Color

#cbb77e #7e92cb

#cbb77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb77e Color CSS Codes

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

#cbb77e Text Font Color

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

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


#cbb77e Background Color

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

This div background color is #cbb77e


#cbb77e Border Color

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

This div border color is #cbb77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb77e


Comments

No comments written yet.

Please login to write comment.