Color Hex Logo

#cbb77d Color Hex

#CBB77D
(203,183,125)
0 Favorites   0 Comments

Color spaces of #cbb77d

RGB 203183125
HSL0.120.430.64
HSV45°38°80°
CMYK 0.000.100.38   0.20
XYZ45.263848.044226.2898
Yxy48.04420.37850.4017
Hunter Lab69.3139-4.734226.0319
CIE-Lab74.8528-1.149032.1037

#cbb77d color RGB value is (203,183,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 01111101
Octal 313 267 175
Decimal 203 183 125
Hex CB B7 7D

RGB Percentages of Color #cbb77d

%39.73
%35.81
%24.46

CMYK Percentages of Color #cbb77d

%0
%10
%38
%20

Triadic Colors of #cbb77d

#cbb77d #7dcbb7 #b77dcb

Analogous Colors of #cbb77d

#cbb77d #b8cb7d #cb907d

Monochromatic Colors of #cbb77d

#cbb77d

Complementary Color

#cbb77d #7d91cb

#cbb77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb77d Color CSS Codes

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

#cbb77d Text Font Color

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

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


#cbb77d Background Color

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

This div background color is #cbb77d


#cbb77d Border Color

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

This div border color is #cbb77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb77d


Comments

No comments written yet.

Please login to write comment.