Color Hex Logo

#c2bf2c Color Hex

#C2BF2C
(194,191,44)
0 Favorites   0 Comments

Color spaces of #c2bf2c

RGB 19419144
HSL0.160.630.47
HSV59°77°76°
CMYK 0.000.020.77   0.24
XYZ41.333648.91289.6455
Yxy48.91280.41380.4897
Hunter Lab69.9377-16.896440.7794
CIE-Lab75.3970-15.139768.4249

#c2bf2c color RGB value is (194,191,44).

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

The process color (four color CMYK) of #c2bf2c color hex is 0.00, 0.02, 0.77, 0.24. Web safe color of #c2bf2c is #cccc33. Color #c2bf2c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111111 00101100
Octal 302 277 54
Decimal 194 191 44
Hex C2 BF 2C

RGB Percentages of Color #c2bf2c

%45.22
%44.52
%10.26

CMYK Percentages of Color #c2bf2c

%0
%2
%77
%24

Triadic Colors of #c2bf2c

#c2bf2c #2cc2bf #bf2cc2

Analogous Colors of #c2bf2c

#c2bf2c #7ac22c #c2742c

Monochromatic Colors of #c2bf2c

#c2bf2c

Complementary Color

#c2bf2c #2c2fc2

#c2bf2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bf2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bf2c Color CSS Codes

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

#c2bf2c Text Font Color

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

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


#c2bf2c Background Color

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

This div background color is #c2bf2c


#c2bf2c Border Color

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

This div border color is #c2bf2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bf2c


Comments

No comments written yet.

Please login to write comment.