Color Hex Logo

#c4bb38 Color Hex

#C4BB38
(196,187,56)
0 Favorites   0 Comments

Color spaces of #c4bb38

RGB 19618756
HSL0.160.560.49
HSV56°71°77°
CMYK 0.000.050.71   0.23
XYZ41.249147.561910.7477
Yxy47.56190.41430.4777
Hunter Lab68.9651-13.925439.0357
CIE-Lab74.5478-11.737363.6864

#c4bb38 color RGB value is (196,187,56).

#c4bb38 hex color red value is 196, green value is 187 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #c4bb38 hue: 0.16 , saturation: 0.56 and the lightness value of c4bb38 is 0.49.

The process color (four color CMYK) of #c4bb38 color hex is 0.00, 0.05, 0.71, 0.23. Web safe color of #c4bb38 is #cccc33. Color #c4bb38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111011 00111000
Octal 304 273 70
Decimal 196 187 56
Hex C4 BB 38

RGB Percentages of Color #c4bb38

%44.65
%42.60
%12.76

CMYK Percentages of Color #c4bb38

%0
%5
%71
%23

Triadic Colors of #c4bb38

#c4bb38 #38c4bb #bb38c4

Analogous Colors of #c4bb38

#c4bb38 #87c438 #c47538

Monochromatic Colors of #c4bb38

#c4bb38

Complementary Color

#c4bb38 #3841c4

#c4bb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bb38 Color CSS Codes

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

#c4bb38 Text Font Color

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

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


#c4bb38 Background Color

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

This div background color is #c4bb38


#c4bb38 Border Color

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

This div border color is #c4bb38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,187,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bb38


Comments

No comments written yet.

Please login to write comment.