Color Hex Logo

#c8bf46 Color Hex

#C8BF46
(200,191,70)
0 Favorites   0 Comments

Color spaces of #c8bf46

RGB 20019170
HSL0.160.540.53
HSV56°65°78°
CMYK 0.000.050.65   0.22
XYZ43.555749.983213.1464
Yxy49.98320.40830.4685
Hunter Lab70.6988-13.753738.4642
CIE-Lab76.0589-11.322559.8718

#c8bf46 color RGB value is (200,191,70).

#c8bf46 hex color red value is 200, green value is 191 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #c8bf46 hue: 0.16 , saturation: 0.54 and the lightness value of c8bf46 is 0.53.

The process color (four color CMYK) of #c8bf46 color hex is 0.00, 0.05, 0.65, 0.22. Web safe color of #c8bf46 is #cccc33. Color #c8bf46 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10111111 01000110
Octal 310 277 106
Decimal 200 191 70
Hex C8 BF 46

RGB Percentages of Color #c8bf46

%43.38
%41.43
%15.18

CMYK Percentages of Color #c8bf46

%0
%5
%65
%22

Triadic Colors of #c8bf46

#c8bf46 #46c8bf #bf46c8

Analogous Colors of #c8bf46

#c8bf46 #90c846 #c87e46

Monochromatic Colors of #c8bf46

#c8bf46

Complementary Color

#c8bf46 #464fc8

#c8bf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8bf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8bf46 Color CSS Codes

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

#c8bf46 Text Font Color

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

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


#c8bf46 Background Color

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

This div background color is #c8bf46


#c8bf46 Border Color

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

This div border color is #c8bf46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8bf46


Comments

No comments written yet.

Please login to write comment.