Color Hex Logo

#cbb07d Color Hex

#CBB07D
(203,176,125)
0 Favorites   0 Comments

Color spaces of #cbb07d

RGB 203176125
HSL0.110.430.64
HSV39°38°80°
CMYK 0.000.130.38   0.20
XYZ43.855645.227825.8204
Yxy45.22780.38170.3936
Hunter Lab67.2516-1.288324.3125
CIE-Lab73.04162.565829.7266

#cbb07d color RGB value is (203,176,125).

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

The process color (four color CMYK) of #cbb07d color hex is 0.00, 0.13, 0.38, 0.20. Web safe color of #cbb07d is #cc9966. Color #cbb07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01111101
Octal 313 260 175
Decimal 203 176 125
Hex CB B0 7D

RGB Percentages of Color #cbb07d

%40.28
%34.92
%24.80

CMYK Percentages of Color #cbb07d

%0
%13
%38
%20

Triadic Colors of #cbb07d

#cbb07d #7dcbb0 #b07dcb

Analogous Colors of #cbb07d

#cbb07d #bfcb7d #cb897d

Monochromatic Colors of #cbb07d

#cbb07d

Complementary Color

#cbb07d #7d98cb

#cbb07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb07d Color CSS Codes

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

#cbb07d Text Font Color

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

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


#cbb07d Background Color

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

This div background color is #cbb07d


#cbb07d Border Color

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

This div border color is #cbb07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb07d


Comments

No comments written yet.

Please login to write comment.