Color Hex Logo

#cbb446 Color Hex

#CBB446
(203,180,70)
0 Favorites   0 Comments

Color spaces of #cbb446

RGB 20318070
HSL0.140.560.54
HSV50°66°80°
CMYK 0.000.110.66   0.20
XYZ42.055445.781212.4145
Yxy45.78120.41950.4567
Hunter Lab67.6618-7.460936.4848
CIE-Lab73.4033-4.353857.1627

#cbb446 color RGB value is (203,180,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 01000110
Octal 313 264 106
Decimal 203 180 70
Hex CB B4 46

RGB Percentages of Color #cbb446

%44.81
%39.74
%15.45

CMYK Percentages of Color #cbb446

%0
%11
%66
%20

Triadic Colors of #cbb446

#cbb446 #46cbb4 #b446cb

Analogous Colors of #cbb446

#cbb446 #a0cb46 #cb7246

Monochromatic Colors of #cbb446

#cbb446

Complementary Color

#cbb446 #465dcb

#cbb446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb446 Color CSS Codes

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

#cbb446 Text Font Color

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

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


#cbb446 Background Color

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

This div background color is #cbb446


#cbb446 Border Color

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

This div border color is #cbb446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb446


Comments

No comments written yet.

Please login to write comment.