Color Hex Logo

#c4bd33 Color Hex

#C4BD33
(196,189,51)
1 Favorites   0 Comments

Color spaces of #c4bd33

RGB 19618951
HSL0.160.590.48
HSV57°74°77°
CMYK 0.000.040.74   0.23
XYZ41.560148.370010.2779
Yxy48.37000.41470.4827
Hunter Lab69.5485-15.043839.9221
CIE-Lab75.0577-12.986465.9324

#c4bd33 color RGB value is (196,189,51).

#c4bd33 hex color red value is 196, green value is 189 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c4bd33 hue: 0.16 , saturation: 0.59 and the lightness value of c4bd33 is 0.48.

The process color (four color CMYK) of #c4bd33 color hex is 0.00, 0.04, 0.74, 0.23. Web safe color of #c4bd33 is #cccc33. Color #c4bd33 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10111101 00110011
Octal 304 275 63
Decimal 196 189 51
Hex C4 BD 33

RGB Percentages of Color #c4bd33

%44.95
%43.35
%11.70

CMYK Percentages of Color #c4bd33

%0
%4
%74
%23

Triadic Colors of #c4bd33

#c4bd33 #33c4bd #bd33c4

Analogous Colors of #c4bd33

#c4bd33 #83c433 #c47533

Monochromatic Colors of #c4bd33

#c4bd33

Complementary Color

#c4bd33 #333ac4

#c4bd33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4bd33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4bd33 Color CSS Codes

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

#c4bd33 Text Font Color

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

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


#c4bd33 Background Color

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

This div background color is #c4bd33


#c4bd33 Border Color

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

This div border color is #c4bd33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4bd33


Comments

No comments written yet.

Please login to write comment.