Color Hex Logo

#c6bb31 Color Hex

#C6BB31
(198,187,49)
0 Favorites   0 Comments

Color spaces of #c6bb31

RGB 19818749
HSL0.150.600.48
HSV56°75°78°
CMYK 0.000.060.75   0.22
XYZ41.613447.76829.9326
Yxy47.76820.41900.4810
Hunter Lab69.1145-13.476839.8595
CIE-Lab74.6785-11.189766.3101

#c6bb31 color RGB value is (198,187,49).

#c6bb31 hex color red value is 198, green value is 187 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c6bb31 hue: 0.15 , saturation: 0.60 and the lightness value of c6bb31 is 0.48.

The process color (four color CMYK) of #c6bb31 color hex is 0.00, 0.06, 0.75, 0.22. Web safe color of #c6bb31 is #cccc33. Color #c6bb31 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111011 00110001
Octal 306 273 61
Decimal 198 187 49
Hex C6 BB 31

RGB Percentages of Color #c6bb31

%45.62
%43.09
%11.29

CMYK Percentages of Color #c6bb31

%0
%6
%75
%22

Triadic Colors of #c6bb31

#c6bb31 #31c6bb #bb31c6

Analogous Colors of #c6bb31

#c6bb31 #87c631 #c67131

Monochromatic Colors of #c6bb31

#c6bb31

Complementary Color

#c6bb31 #313cc6

#c6bb31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6bb31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6bb31 Color CSS Codes

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

#c6bb31 Text Font Color

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

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


#c6bb31 Background Color

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

This div background color is #c6bb31


#c6bb31 Border Color

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

This div border color is #c6bb31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6bb31


Comments

No comments written yet.

Please login to write comment.