Color Hex Logo

#c7b71e Color Hex

#C7B71E
(199,183,30)
0 Favorites   0 Comments

Color spaces of #c7b71e

RGB 19918330
HSL0.150.740.45
HSV54°85°78°
CMYK 0.000.080.85   0.22
XYZ40.721046.10287.9808
Yxy46.10280.42950.4863
Hunter Lab67.8990-11.771840.5604
CIE-Lab73.6122-9.327170.8038

#c7b71e color RGB value is (199,183,30).

#c7b71e hex color red value is 199, green value is 183 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c7b71e hue: 0.15 , saturation: 0.74 and the lightness value of c7b71e is 0.45.

The process color (four color CMYK) of #c7b71e color hex is 0.00, 0.08, 0.85, 0.22. Web safe color of #c7b71e is #cccc33. Color #c7b71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10110111 00011110
Octal 307 267 36
Decimal 199 183 30
Hex C7 B7 1E

RGB Percentages of Color #c7b71e

%48.30
%44.42
%7.28

CMYK Percentages of Color #c7b71e

%0
%8
%85
%22

Triadic Colors of #c7b71e

#c7b71e #1ec7b7 #b71ec7

Analogous Colors of #c7b71e

#c7b71e #83c71e #c7621e

Monochromatic Colors of #c7b71e

#c7b71e

Complementary Color

#c7b71e #1e2ec7

#c7b71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7b71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7b71e Color CSS Codes

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

#c7b71e Text Font Color

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

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


#c7b71e Background Color

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

This div background color is #c7b71e


#c7b71e Border Color

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

This div border color is #c7b71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7b71e


Comments

No comments written yet.

Please login to write comment.