Color Hex Logo

#cbb05d Color Hex

#CBB05D
(203,176,93)
0 Favorites   0 Comments

Color spaces of #cbb05d

RGB 20317693
HSL0.130.510.58
HSV45°54°80°
CMYK 0.000.130.54   0.20
XYZ42.129744.537516.7320
Yxy44.53750.40740.4307
Hunter Lab66.7364-4.104431.8504
CIE-Lab72.5863-0.607945.6096

#cbb05d color RGB value is (203,176,93).

#cbb05d hex color red value is 203, green value is 176 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cbb05d hue: 0.13 , saturation: 0.51 and the lightness value of cbb05d is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 01011101
Octal 313 260 135
Decimal 203 176 93
Hex CB B0 5D

RGB Percentages of Color #cbb05d

%43.01
%37.29
%19.70

CMYK Percentages of Color #cbb05d

%0
%13
%54
%20

Triadic Colors of #cbb05d

#cbb05d #5dcbb0 #b05dcb

Analogous Colors of #cbb05d

#cbb05d #afcb5d #cb795d

Monochromatic Colors of #cbb05d

#cbb05d

Complementary Color

#cbb05d #5d78cb

#cbb05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb05d Color CSS Codes

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

#cbb05d Text Font Color

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

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


#cbb05d Background Color

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

This div background color is #cbb05d


#cbb05d Border Color

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

This div border color is #cbb05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb05d


Comments

No comments written yet.

Please login to write comment.