Color Hex Logo

#bfc581 Color Hex

#BFC581
(191,197,129)
0 Favorites   0 Comments

Color spaces of #bfc581

RGB 191197129
HSL0.180.370.64
HSV65°35°77°
CMYK 0.030.000.35   0.23
XYZ45.414652.593828.5269
Yxy52.59380.35890.4156
Hunter Lab72.5216-15.132227.4429
CIE-Lab77.6346-12.706233.4630

#bfc581 color RGB value is (191,197,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 10000001
Octal 277 305 201
Decimal 191 197 129
Hex BF C5 81

RGB Percentages of Color #bfc581

%36.94
%38.10
%24.95

CMYK Percentages of Color #bfc581

%3
%0
%35
%23

Triadic Colors of #bfc581

#bfc581 #81bfc5 #c581bf

Analogous Colors of #bfc581

#bfc581 #9dc581 #c5a981

Monochromatic Colors of #bfc581

#bfc581

Complementary Color

#bfc581 #8781c5

#bfc581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc581 Color CSS Codes

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

#bfc581 Text Font Color

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

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


#bfc581 Background Color

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

This div background color is #bfc581


#bfc581 Border Color

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

This div border color is #bfc581


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc581

#bfc581 Color Palettes


Comments

No comments written yet.

Please login to write comment.