Color Hex Logo

#bfc258 Color Hex

#BFC258
(191,194,88)
0 Favorites   0 Comments

Color spaces of #bfc258

RGB 19119488
HSL0.170.460.55
HSV62°55°76°
CMYK 0.020.000.55   0.24
XYZ42.539150.364516.7118
Yxy50.36450.38810.4595
Hunter Lab70.9680-17.198735.7157
CIE-Lab76.2924-15.351752.0426

#bfc258 color RGB value is (191,194,88).

#bfc258 hex color red value is 191, green value is 194 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bfc258 hue: 0.17 , saturation: 0.46 and the lightness value of bfc258 is 0.55.

The process color (four color CMYK) of #bfc258 color hex is 0.02, 0.00, 0.55, 0.24. Web safe color of #bfc258 is #cccc66. Color #bfc258 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000010 01011000
Octal 277 302 130
Decimal 191 194 88
Hex BF C2 58

RGB Percentages of Color #bfc258

%40.38
%41.01
%18.60

CMYK Percentages of Color #bfc258

%2
%0
%55
%24

Triadic Colors of #bfc258

#bfc258 #58bfc2 #c258bf

Analogous Colors of #bfc258

#bfc258 #8ac258 #c29058

Monochromatic Colors of #bfc258

#bfc258

Complementary Color

#bfc258 #5b58c2

#bfc258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc258 Color CSS Codes

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

#bfc258 Text Font Color

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

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


#bfc258 Background Color

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

This div background color is #bfc258


#bfc258 Border Color

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

This div border color is #bfc258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc258


Comments

No comments written yet.

Please login to write comment.