Color Hex Logo

#bfd441 Color Hex

#BFD441
(191,212,65)
0 Favorites   0 Comments

Color spaces of #bfd441

RGB 19121265
HSL0.190.630.54
HSV69°69°83°
CMYK 0.100.000.69   0.17
XYZ45.983558.545013.8778
Yxy58.54500.38840.4944
Hunter Lab76.5147-26.626542.8066
CIE-Lab81.0409-25.763166.6611

#bfd441 color RGB value is (191,212,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010100 01000001
Octal 277 324 101
Decimal 191 212 65
Hex BF D4 41

RGB Percentages of Color #bfd441

%40.81
%45.30
%13.89

CMYK Percentages of Color #bfd441

%10
%0
%69
%17

Triadic Colors of #bfd441

#bfd441 #41bfd4 #d441bf

Analogous Colors of #bfd441

#bfd441 #76d441 #d4a041

Monochromatic Colors of #bfd441

#bfd441

Complementary Color

#bfd441 #5641d4

#bfd441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd441 Color CSS Codes

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

#bfd441 Text Font Color

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

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


#bfd441 Background Color

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

This div background color is #bfd441


#bfd441 Border Color

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

This div border color is #bfd441


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,212,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 #bfd441">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd441


Comments

No comments written yet.

Please login to write comment.