Color Hex Logo

#cbb835 Color Hex

#CBB835
(203,184,53)
0 Favorites   0 Comments

Color spaces of #cbb835

RGB 20318453
HSL0.150.590.50
HSV52°74°80°
CMYK 0.000.090.74   0.20
XYZ42.411747.234510.2500
Yxy47.23450.42460.4728
Hunter Lab68.7274-10.120439.2666
CIE-Lab74.3395-7.316164.7767

#cbb835 color RGB value is (203,184,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 00110101
Octal 313 270 65
Decimal 203 184 53
Hex CB B8 35

RGB Percentages of Color #cbb835

%46.14
%41.82
%12.05

CMYK Percentages of Color #cbb835

%0
%9
%74
%20

Triadic Colors of #cbb835

#cbb835 #35cbb8 #b835cb

Analogous Colors of #cbb835

#cbb835 #93cb35 #cb6d35

Monochromatic Colors of #cbb835

#cbb835

Complementary Color

#cbb835 #3548cb

#cbb835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb835 Color CSS Codes

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

#cbb835 Text Font Color

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

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


#cbb835 Background Color

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

This div background color is #cbb835


#cbb835 Border Color

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

This div border color is #cbb835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb835


Comments

No comments written yet.

Please login to write comment.