Color Hex Logo

#cbb340 Color Hex

#CBB340
(203,179,64)
0 Favorites   0 Comments

Color spaces of #cbb340

RGB 20317964
HSL0.140.570.52
HSV50°68°80°
CMYK 0.000.120.68   0.20
XYZ41.674145.306911.3991
Yxy45.30690.42360.4605
Hunter Lab67.3104-7.277937.0764
CIE-Lab73.0935-4.173459.3482

#cbb340 color RGB value is (203,179,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 01000000
Octal 313 263 100
Decimal 203 179 64
Hex CB B3 40

RGB Percentages of Color #cbb340

%45.52
%40.13
%14.35

CMYK Percentages of Color #cbb340

%0
%12
%68
%20

Triadic Colors of #cbb340

#cbb340 #40cbb3 #b340cb

Analogous Colors of #cbb340

#cbb340 #9ecb40 #cb6e40

Monochromatic Colors of #cbb340

#cbb340

Complementary Color

#cbb340 #4058cb

#cbb340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb340 Color CSS Codes

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

#cbb340 Text Font Color

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

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


#cbb340 Background Color

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

This div background color is #cbb340


#cbb340 Border Color

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

This div border color is #cbb340


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,179,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 #cbb340">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb340


Comments

No comments written yet.

Please login to write comment.