Color Hex Logo

#c7be47 Color Hex

#C7BE47
(199,190,71)
0 Favorites   0 Comments

Color spaces of #c7be47

RGB 19919071
HSL0.150.530.53
HSV56°64°78°
CMYK 0.000.050.64   0.22
XYZ43.104049.424013.2292
Yxy49.42400.40760.4673
Hunter Lab70.3022-13.586138.0546
CIE-Lab75.7143-11.174459.0706

#c7be47 color RGB value is (199,190,71).

#c7be47 hex color red value is 199, green value is 190 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #c7be47 hue: 0.15 , saturation: 0.53 and the lightness value of c7be47 is 0.53.

The process color (four color CMYK) of #c7be47 color hex is 0.00, 0.05, 0.64, 0.22. Web safe color of #c7be47 is #cccc33. Color #c7be47 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10111110 01000111
Octal 307 276 107
Decimal 199 190 71
Hex C7 BE 47

RGB Percentages of Color #c7be47

%43.26
%41.30
%15.43

CMYK Percentages of Color #c7be47

%0
%5
%64
%22

Triadic Colors of #c7be47

#c7be47 #47c7be #be47c7

Analogous Colors of #c7be47

#c7be47 #90c747 #c77e47

Monochromatic Colors of #c7be47

#c7be47

Complementary Color

#c7be47 #4750c7

#c7be47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7be47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7be47 Color CSS Codes

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

#c7be47 Text Font Color

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

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


#c7be47 Background Color

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

This div background color is #c7be47


#c7be47 Border Color

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

This div border color is #c7be47


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,190,71, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7be47; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7be47;
  -webkit-box-shadow: 1px 1px 3px 2px #c7be47;
  box-shadow:         1px 1px 3px 2px #c7be47; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,190,71, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7be47


Comments

No comments written yet.

Please login to write comment.