Color Hex Logo

#cbb035 Color Hex

#CBB035
(203,176,53)
0 Favorites   0 Comments

Color spaces of #cbb035

RGB 20317653
HSL0.140.590.50
HSV49°74°80°
CMYK 0.000.130.74   0.20
XYZ40.796544.00429.7116
Yxy44.00420.43170.4656
Hunter Lab66.3357-6.309737.7549
CIE-Lab72.2313-3.142262.7635

#cbb035 color RGB value is (203,176,53).

#cbb035 hex color red value is 203, green value is 176 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cbb035 hue: 0.14 , saturation: 0.59 and the lightness value of cbb035 is 0.50.

The process color (four color CMYK) of #cbb035 color hex is 0.00, 0.13, 0.74, 0.20. Web safe color of #cbb035 is #cc9933. Color #cbb035 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 00110101
Octal 313 260 65
Decimal 203 176 53
Hex CB B0 35

RGB Percentages of Color #cbb035

%46.99
%40.74
%12.27

CMYK Percentages of Color #cbb035

%0
%13
%74
%20

Triadic Colors of #cbb035

#cbb035 #35cbb0 #b035cb

Analogous Colors of #cbb035

#cbb035 #9bcb35 #cb6535

Monochromatic Colors of #cbb035

#cbb035

Complementary Color

#cbb035 #3550cb

#cbb035 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb035 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb035 Color CSS Codes

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

#cbb035 Text Font Color

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

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


#cbb035 Background Color

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

This div background color is #cbb035


#cbb035 Border Color

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

This div border color is #cbb035


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb035


Comments

No comments written yet.

Please login to write comment.