Color Hex Logo

#c6be72 Color Hex

#C6BE72
(198,190,114)
0 Favorites   0 Comments

Color spaces of #c6be72

RGB 198190114
HSL0.150.420.61
HSV54°42°78°
CMYK 0.000.040.42   0.22
XYZ44.739450.047623.2217
Yxy50.04760.37910.4241
Hunter Lab70.7443-10.917430.0592
CIE-Lab76.0985-8.032039.2978

#c6be72 color RGB value is (198,190,114).

#c6be72 hex color red value is 198, green value is 190 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #c6be72 hue: 0.15 , saturation: 0.42 and the lightness value of c6be72 is 0.61.

The process color (four color CMYK) of #c6be72 color hex is 0.00, 0.04, 0.42, 0.22. Web safe color of #c6be72 is #cccc66. Color #c6be72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111110 01110010
Octal 306 276 162
Decimal 198 190 114
Hex C6 BE 72

RGB Percentages of Color #c6be72

%39.44
%37.85
%22.71

CMYK Percentages of Color #c6be72

%0
%4
%42
%22

Triadic Colors of #c6be72

#c6be72 #72c6be #be72c6

Analogous Colors of #c6be72

#c6be72 #a4c672 #c69472

Monochromatic Colors of #c6be72

#c6be72

Complementary Color

#c6be72 #727ac6

#c6be72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6be72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6be72 Color CSS Codes

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

#c6be72 Text Font Color

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

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


#c6be72 Background Color

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

This div background color is #c6be72


#c6be72 Border Color

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

This div border color is #c6be72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6be72


Comments

No comments written yet.

Please login to write comment.