Color Hex Logo

#c2bf77 Color Hex

#C2BF77
(194,191,119)
0 Favorites   0 Comments

Color spaces of #c2bf77

RGB 194191119
HSL0.160.380.61
HSV58°39°76°
CMYK 0.000.020.39   0.24
XYZ44.208750.062824.7858
Yxy50.06280.37130.4205
Hunter Lab70.7551-12.292228.7590
CIE-Lab76.1078-9.616236.6891

#c2bf77 color RGB value is (194,191,119).

#c2bf77 hex color red value is 194, green value is 191 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #c2bf77 hue: 0.16 , saturation: 0.38 and the lightness value of c2bf77 is 0.61.

The process color (four color CMYK) of #c2bf77 color hex is 0.00, 0.02, 0.39, 0.24. Web safe color of #c2bf77 is #cccc66. Color #c2bf77 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111111 01110111
Octal 302 277 167
Decimal 194 191 119
Hex C2 BF 77

RGB Percentages of Color #c2bf77

%38.49
%37.90
%23.61

CMYK Percentages of Color #c2bf77

%0
%2
%39
%24

Triadic Colors of #c2bf77

#c2bf77 #77c2bf #bf77c2

Analogous Colors of #c2bf77

#c2bf77 #a0c277 #c29a77

Monochromatic Colors of #c2bf77

#c2bf77

Complementary Color

#c2bf77 #777ac2

#c2bf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bf77 Color CSS Codes

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

#c2bf77 Text Font Color

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

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


#c2bf77 Background Color

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

This div background color is #c2bf77


#c2bf77 Border Color

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

This div border color is #c2bf77


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,191,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2bf77; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2bf77;
  -webkit-box-shadow: 1px 1px 3px 2px #c2bf77;
  box-shadow:         1px 1px 3px 2px #c2bf77; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,191,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bf77


Comments

No comments written yet.

Please login to write comment.