Color Hex Logo

#cbb831 Color Hex

#CBB831
(203,184,49)
0 Favorites   0 Comments

Color spaces of #cbb831

RGB 20318449
HSL0.150.610.49
HSV53°76°80°
CMYK 0.000.090.76   0.20
XYZ42.323547.19929.7854
Yxy47.19920.42620.4753
Hunter Lab68.7017-10.263439.6463
CIE-Lab74.3170-7.484166.1338

#cbb831 color RGB value is (203,184,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 00110001
Octal 313 270 61
Decimal 203 184 49
Hex CB B8 31

RGB Percentages of Color #cbb831

%46.56
%42.20
%11.24

CMYK Percentages of Color #cbb831

%0
%9
%76
%20

Triadic Colors of #cbb831

#cbb831 #31cbb8 #b831cb

Analogous Colors of #cbb831

#cbb831 #91cb31 #cb6b31

Monochromatic Colors of #cbb831

#cbb831

Complementary Color

#cbb831 #3144cb

#cbb831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb831 Color CSS Codes

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

#cbb831 Text Font Color

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

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


#cbb831 Background Color

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

This div background color is #cbb831


#cbb831 Border Color

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

This div border color is #cbb831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb831


Comments

No comments written yet.

Please login to write comment.