Color Hex Logo

#bfd551 Color Hex

#BFD551
(191,213,81)
0 Favorites   0 Comments

Color spaces of #bfd551

RGB 19121381
HSL0.190.610.58
HSV70°62°84°
CMYK 0.100.000.62   0.16
XYZ46.765359.258916.7579
Yxy59.25890.38090.4826
Hunter Lab76.9798-26.275740.9789
CIE-Lab81.4337-25.244460.8085

#bfd551 color RGB value is (191,213,81).

#bfd551 hex color red value is 191, green value is 213 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bfd551 hue: 0.19 , saturation: 0.61 and the lightness value of bfd551 is 0.58.

The process color (four color CMYK) of #bfd551 color hex is 0.10, 0.00, 0.62, 0.16. Web safe color of #bfd551 is #cccc66. Color #bfd551 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 01010001
Octal 277 325 121
Decimal 191 213 81
Hex BF D5 51

RGB Percentages of Color #bfd551

%39.38
%43.92
%16.70

CMYK Percentages of Color #bfd551

%10
%0
%62
%16

Triadic Colors of #bfd551

#bfd551 #51bfd5 #d551bf

Analogous Colors of #bfd551

#bfd551 #7dd551 #d5a951

Monochromatic Colors of #bfd551

#bfd551

Complementary Color

#bfd551 #6751d5

#bfd551 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd551 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd551 Color CSS Codes

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

#bfd551 Text Font Color

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

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


#bfd551 Background Color

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

This div background color is #bfd551


#bfd551 Border Color

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

This div border color is #bfd551


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd551


Comments

No comments written yet.

Please login to write comment.