Color Hex Logo

#c6be4e Color Hex

#C6BE4E
(198,190,78)
0 Favorites   0 Comments

Color spaces of #c6be4e

RGB 19819078
HSL0.160.510.54
HSV56°61°78°
CMYK 0.000.040.61   0.22
XYZ43.077349.382714.4691
Yxy49.38270.40290.4618
Hunter Lab70.2728-13.556836.9832
CIE-Lab75.6888-11.143656.0238

#c6be4e color RGB value is (198,190,78).

#c6be4e hex color red value is 198, green value is 190 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #c6be4e hue: 0.16 , saturation: 0.51 and the lightness value of c6be4e is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10111110 01001110
Octal 306 276 116
Decimal 198 190 78
Hex C6 BE 4E

RGB Percentages of Color #c6be4e

%42.49
%40.77
%16.74

CMYK Percentages of Color #c6be4e

%0
%4
%61
%22

Triadic Colors of #c6be4e

#c6be4e #4ec6be #be4ec6

Analogous Colors of #c6be4e

#c6be4e #92c64e #c6824e

Monochromatic Colors of #c6be4e

#c6be4e

Complementary Color

#c6be4e #4e56c6

#c6be4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6be4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6be4e Color CSS Codes

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

#c6be4e Text Font Color

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

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


#c6be4e Background Color

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

This div background color is #c6be4e


#c6be4e Border Color

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

This div border color is #c6be4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6be4e


Comments

No comments written yet.

Please login to write comment.