Color Hex Logo

#bfc542 Color Hex

#BFC542
(191,197,66)
0 Favorites   0 Comments

Color spaces of #bfc542

RGB 19119766
HSL0.170.530.52
HSV63°66°77°
CMYK 0.030.000.66   0.23
XYZ42.435551.402212.8393
Yxy51.40220.39780.4818
Hunter Lab71.6953-19.815139.5690
CIE-Lab76.9220-18.376162.1356

#bfc542 color RGB value is (191,197,66).

#bfc542 hex color red value is 191, green value is 197 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bfc542 hue: 0.17 , saturation: 0.53 and the lightness value of bfc542 is 0.52.

The process color (four color CMYK) of #bfc542 color hex is 0.03, 0.00, 0.66, 0.23. Web safe color of #bfc542 is #cccc33. Color #bfc542 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000101 01000010
Octal 277 305 102
Decimal 191 197 66
Hex BF C5 42

RGB Percentages of Color #bfc542

%42.07
%43.39
%14.54

CMYK Percentages of Color #bfc542

%3
%0
%66
%23

Triadic Colors of #bfc542

#bfc542 #42bfc5 #c542bf

Analogous Colors of #bfc542

#bfc542 #7ec542 #c58a42

Monochromatic Colors of #bfc542

#bfc542

Complementary Color

#bfc542 #4842c5

#bfc542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc542 Color CSS Codes

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

#bfc542 Text Font Color

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

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


#bfc542 Background Color

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

This div background color is #bfc542


#bfc542 Border Color

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

This div border color is #bfc542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc542


Comments

No comments written yet.

Please login to write comment.