Color Hex Logo

#bfc480 Color Hex

#BFC480
(191,196,128)
0 Favorites   0 Comments

Color spaces of #bfc480

RGB 191196128
HSL0.180.370.64
HSV64°35°77°
CMYK 0.030.000.35   0.23
XYZ45.122152.114728.1030
Yxy52.11470.36000.4158
Hunter Lab72.1905-14.763427.4524
CIE-Lab77.3494-12.318033.6084

#bfc480 color RGB value is (191,196,128).

#bfc480 hex color red value is 191, green value is 196 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bfc480 hue: 0.18 , saturation: 0.37 and the lightness value of bfc480 is 0.64.

The process color (four color CMYK) of #bfc480 color hex is 0.03, 0.00, 0.35, 0.23. Web safe color of #bfc480 is #cccc99. Color #bfc480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10000000
Octal 277 304 200
Decimal 191 196 128
Hex BF C4 80

RGB Percentages of Color #bfc480

%37.09
%38.06
%24.85

CMYK Percentages of Color #bfc480

%3
%0
%35
%23

Triadic Colors of #bfc480

#bfc480 #80bfc4 #c480bf

Analogous Colors of #bfc480

#bfc480 #9dc480 #c4a780

Monochromatic Colors of #bfc480

#bfc480

Complementary Color

#bfc480 #8580c4

#bfc480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc480 Color CSS Codes

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

#bfc480 Text Font Color

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

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


#bfc480 Background Color

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

This div background color is #bfc480


#bfc480 Border Color

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

This div border color is #bfc480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc480


Comments

No comments written yet.

Please login to write comment.