Color Hex Logo

#bfc483 Color Hex

#BFC483
(191,196,131)
0 Favorites   0 Comments

Color spaces of #bfc483

RGB 191196131
HSL0.180.360.64
HSV65°33°77°
CMYK 0.030.000.33   0.23
XYZ45.322552.194929.1586
Yxy52.19490.35780.4120
Hunter Lab72.2460-14.451226.6427
CIE-Lab77.3972-11.947732.1161

#bfc483 color RGB value is (191,196,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10000011
Octal 277 304 203
Decimal 191 196 131
Hex BF C4 83

RGB Percentages of Color #bfc483

%36.87
%37.84
%25.29

CMYK Percentages of Color #bfc483

%3
%0
%33
%23

Triadic Colors of #bfc483

#bfc483 #83bfc4 #c483bf

Analogous Colors of #bfc483

#bfc483 #9fc483 #c4a983

Monochromatic Colors of #bfc483

#bfc483

Complementary Color

#bfc483 #8883c4

#bfc483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc483 Color CSS Codes

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

#bfc483 Text Font Color

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

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


#bfc483 Background Color

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

This div background color is #bfc483


#bfc483 Border Color

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

This div border color is #bfc483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc483


Comments

No comments written yet.

Please login to write comment.