Color Hex Logo

#bfc083 Color Hex

#BFC083
(191,192,131)
0 Favorites   0 Comments

Color spaces of #bfc083

RGB 191192131
HSL0.170.330.63
HSV61°32°75°
CMYK 0.010.000.32   0.25
XYZ44.432250.414328.8618
Yxy50.41430.35920.4075
Hunter Lab71.0030-12.553825.6015
CIE-Lab76.3229-9.891530.7026

#bfc083 color RGB value is (191,192,131).

#bfc083 hex color red value is 191, green value is 192 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bfc083 hue: 0.17 , saturation: 0.33 and the lightness value of bfc083 is 0.63.

The process color (four color CMYK) of #bfc083 color hex is 0.01, 0.00, 0.32, 0.25. Web safe color of #bfc083 is #cccc99. Color #bfc083 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000000 10000011
Octal 277 300 203
Decimal 191 192 131
Hex BF C0 83

RGB Percentages of Color #bfc083

%37.16
%37.35
%25.49

CMYK Percentages of Color #bfc083

%1
%0
%32
%25

Triadic Colors of #bfc083

#bfc083 #83bfc0 #c083bf

Analogous Colors of #bfc083

#bfc083 #a1c083 #c0a383

Monochromatic Colors of #bfc083

#bfc083

Complementary Color

#bfc083 #8483c0

#bfc083 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc083 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc083 Color CSS Codes

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

#bfc083 Text Font Color

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

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


#bfc083 Background Color

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

This div background color is #bfc083


#bfc083 Border Color

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

This div border color is #bfc083


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,192,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 #bfc083">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc083


Comments

No comments written yet.

Please login to write comment.