Color Hex Logo

#cbb740 Color Hex

#CBB740
(203,183,64)
0 Favorites   0 Comments

Color spaces of #cbb740

RGB 20318364
HSL0.140.570.52
HSV51°68°80°
CMYK 0.000.100.68   0.20
XYZ42.487546.933611.6703
Yxy46.93360.42030.4643
Hunter Lab68.5081-9.186737.8557
CIE-Lab74.1473-6.260060.4233

#cbb740 color RGB value is (203,183,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 01000000
Octal 313 267 100
Decimal 203 183 64
Hex CB B7 40

RGB Percentages of Color #cbb740

%45.11
%40.67
%14.22

CMYK Percentages of Color #cbb740

%0
%10
%68
%20

Triadic Colors of #cbb740

#cbb740 #40cbb7 #b740cb

Analogous Colors of #cbb740

#cbb740 #9acb40 #cb7240

Monochromatic Colors of #cbb740

#cbb740

Complementary Color

#cbb740 #4054cb

#cbb740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb740 Color CSS Codes

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

#cbb740 Text Font Color

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

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


#cbb740 Background Color

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

This div background color is #cbb740


#cbb740 Border Color

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

This div border color is #cbb740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb740


Comments

No comments written yet.

Please login to write comment.