Color Hex Logo

#cbb97d Color Hex

#CBB97D
(203,185,125)
0 Favorites   0 Comments

Color spaces of #cbb97d

RGB 203185125
HSL0.130.430.64
HSV46°38°80°
CMYK 0.000.090.38   0.20
XYZ45.679248.875126.4283
Yxy48.87510.37760.4040
Hunter Lab69.9107-5.713126.5242
CIE-Lab75.3736-2.202832.7832

#cbb97d color RGB value is (203,185,125).

#cbb97d hex color red value is 203, green value is 185 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #cbb97d hue: 0.13 , saturation: 0.43 and the lightness value of cbb97d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01111101
Octal 313 271 175
Decimal 203 185 125
Hex CB B9 7D

RGB Percentages of Color #cbb97d

%39.57
%36.06
%24.37

CMYK Percentages of Color #cbb97d

%0
%9
%38
%20

Triadic Colors of #cbb97d

#cbb97d #7dcbb9 #b97dcb

Analogous Colors of #cbb97d

#cbb97d #b6cb7d #cb927d

Monochromatic Colors of #cbb97d

#cbb97d

Complementary Color

#cbb97d #7d8fcb

#cbb97d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb97d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb97d Color CSS Codes

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

#cbb97d Text Font Color

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

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


#cbb97d Background Color

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

This div background color is #cbb97d


#cbb97d Border Color

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

This div border color is #cbb97d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb97d


Comments

No comments written yet.

Please login to write comment.