Color Hex Logo

#cbb941 Color Hex

#CBB941
(203,185,65)
0 Favorites   0 Comments

Color spaces of #cbb941

RGB 20318565
HSL0.140.570.53
HSV52°68°80°
CMYK 0.000.090.68   0.20
XYZ42.931747.776111.9600
Yxy47.77610.41820.4653
Hunter Lab69.1203-10.091238.1251
CIE-Lab74.6835-7.243660.5682

#cbb941 color RGB value is (203,185,65).

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

The process color (four color CMYK) of #cbb941 color hex is 0.00, 0.09, 0.68, 0.20. Web safe color of #cbb941 is #cccc33. Color #cbb941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111001 01000001
Octal 313 271 101
Decimal 203 185 65
Hex CB B9 41

RGB Percentages of Color #cbb941

%44.81
%40.84
%14.35

CMYK Percentages of Color #cbb941

%0
%9
%68
%20

Triadic Colors of #cbb941

#cbb941 #41cbb9 #b941cb

Analogous Colors of #cbb941

#cbb941 #98cb41 #cb7441

Monochromatic Colors of #cbb941

#cbb941

Complementary Color

#cbb941 #4153cb

#cbb941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb941 Color CSS Codes

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

#cbb941 Text Font Color

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

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


#cbb941 Background Color

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

This div background color is #cbb941


#cbb941 Border Color

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

This div border color is #cbb941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb941


Comments

No comments written yet.

Please login to write comment.