Color Hex Logo

#bfd541 Color Hex

#BFD541
(191,213,65)
0 Favorites   0 Comments

Color spaces of #bfd541

RGB 19121365
HSL0.190.640.55
HSV69°69°84°
CMYK 0.100.000.69   0.16
XYZ46.234259.046513.9613
Yxy59.04650.38770.4952
Hunter Lab76.8417-27.073043.0169
CIE-Lab81.3171-26.242066.9360

#bfd541 color RGB value is (191,213,65).

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

The process color (four color CMYK) of #bfd541 color hex is 0.10, 0.00, 0.69, 0.16. Web safe color of #bfd541 is #cccc33. Color #bfd541 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010101 01000001
Octal 277 325 101
Decimal 191 213 65
Hex BF D5 41

RGB Percentages of Color #bfd541

%40.72
%45.42
%13.86

CMYK Percentages of Color #bfd541

%10
%0
%69
%16

Triadic Colors of #bfd541

#bfd541 #41bfd5 #d541bf

Analogous Colors of #bfd541

#bfd541 #75d541 #d5a141

Monochromatic Colors of #bfd541

#bfd541

Complementary Color

#bfd541 #5741d5

#bfd541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd541 Color CSS Codes

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

#bfd541 Text Font Color

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

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


#bfd541 Background Color

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

This div background color is #bfd541


#bfd541 Border Color

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

This div border color is #bfd541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd541


Comments

No comments written yet.

Please login to write comment.