Color Hex Logo

#cbb545 Color Hex

#CBB545
(203,181,69)
0 Favorites   0 Comments

Color spaces of #cbb545

RGB 20318169
HSL0.140.560.53
HSV50°66°80°
CMYK 0.000.110.66   0.20
XYZ42.226746.173912.3171
Yxy46.17390.41930.4584
Hunter Lab67.9514-7.990536.8189
CIE-Lab73.6582-4.935957.8565

#cbb545 color RGB value is (203,181,69).

#cbb545 hex color red value is 203, green value is 181 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #cbb545 hue: 0.14 , saturation: 0.56 and the lightness value of cbb545 is 0.53.

The process color (four color CMYK) of #cbb545 color hex is 0.00, 0.11, 0.66, 0.20. Web safe color of #cbb545 is #cccc33. Color #cbb545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 01000101
Octal 313 265 105
Decimal 203 181 69
Hex CB B5 45

RGB Percentages of Color #cbb545

%44.81
%39.96
%15.23

CMYK Percentages of Color #cbb545

%0
%11
%66
%20

Triadic Colors of #cbb545

#cbb545 #45cbb5 #b545cb

Analogous Colors of #cbb545

#cbb545 #9ecb45 #cb7245

Monochromatic Colors of #cbb545

#cbb545

Complementary Color

#cbb545 #455bcb

#cbb545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb545 Color CSS Codes

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

#cbb545 Text Font Color

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

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


#cbb545 Background Color

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

This div background color is #cbb545


#cbb545 Border Color

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

This div border color is #cbb545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb545


Comments

No comments written yet.

Please login to write comment.