Color Hex Logo

#bfcb83 Color Hex

#BFCB83
(191,203,131)
0 Favorites   0 Comments

Color spaces of #bfcb83

RGB 191203131
HSL0.190.410.65
HSV70°35°80°
CMYK 0.060.000.35   0.20
XYZ46.938555.426929.6973
Yxy55.42690.35540.4197
Hunter Lab74.4492-17.746128.4641
CIE-Lab79.2865-15.502634.5844

#bfcb83 color RGB value is (191,203,131).

#bfcb83 hex color red value is 191, green value is 203 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bfcb83 hue: 0.19 , saturation: 0.41 and the lightness value of bfcb83 is 0.65.

The process color (four color CMYK) of #bfcb83 color hex is 0.06, 0.00, 0.35, 0.20. Web safe color of #bfcb83 is #cccc99. Color #bfcb83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11001011 10000011
Octal 277 313 203
Decimal 191 203 131
Hex BF CB 83

RGB Percentages of Color #bfcb83

%36.38
%38.67
%24.95

CMYK Percentages of Color #bfcb83

%6
%0
%35
%20

Triadic Colors of #bfcb83

#bfcb83 #83bfcb #cb83bf

Analogous Colors of #bfcb83

#bfcb83 #9bcb83 #cbb383

Monochromatic Colors of #bfcb83

#bfcb83

Complementary Color

#bfcb83 #8f83cb

#bfcb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfcb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfcb83 Color CSS Codes

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

#bfcb83 Text Font Color

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

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


#bfcb83 Background Color

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

This div background color is #bfcb83


#bfcb83 Border Color

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

This div border color is #bfcb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfcb83


Comments

No comments written yet.

Please login to write comment.