color codes Logo

#c2bc71 color codes

#C2BC71
(194,188,113)
0 Favorites   0 Comments

Color spaces of #c2bc71

RGB 194188113
HSL0.150.400.60
HSV56°42°76°
CMYK 0.000.030.42   0.24
XYZ43.212048.628022.7314
Yxy48.62800.37720.4244
Hunter Lab69.7338-11.422829.4866
CIE-Lab75.2193-8.720138.6290

#c2bc71 color RGB value is (194,188,113).

#c2bc71 hex color red value is 194, green value is 188 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #c2bc71 hue: 0.15 , saturation: 0.40 and the lightness value of c2bc71 is 0.60.

The process color (four color CMYK) of #c2bc71 color code is 0.00, 0.03, 0.42, 0.24. Web safe color of #c2bc71 is #cccc66. Color #c2bc71 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111100 01110001
Octal 302 274 161
Decimal 194 188 113
Hex C2 BC 71

RGB Percentages of Color #c2bc71

%39.19
%37.98
%22.83

CMYK Percentages of Color #c2bc71

%0
%3
%42
%24

Triadic Colors of #c2bc71

#c2bc71 #71c2bc #bc71c2

Analogous Colors of #c2bc71

#c2bc71 #a0c271 #c29471

Monochromatic Colors of #c2bc71

#c2bc71

Complementary Color

#c2bc71 #7177c2

#c2bc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bc71 Color CSS Codes

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

#c2bc71 Text Font Color

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

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


#c2bc71 Background Color

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

This div background color is #c2bc71


#c2bc71 Border Color

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

This div border color is #c2bc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bc71


Comments

No comments written yet.

Please login to write comment.