Color Hex Logo

#bfd21b Color Hex

#BFD21B
(191,210,27)
0 Favorites   0 Comments

Color spaces of #bfd21b

RGB 19121027
HSL0.180.770.46
HSV66°87°82°
CMYK 0.090.000.87   0.18
XYZ44.730357.24879.7295
Yxy57.24870.40040.5125
Hunter Lab75.6629-26.884645.3399
CIE-Lab80.3193-26.251576.6534

#bfd21b color RGB value is (191,210,27).

#bfd21b hex color red value is 191, green value is 210 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #bfd21b hue: 0.18 , saturation: 0.77 and the lightness value of bfd21b is 0.46.

The process color (four color CMYK) of #bfd21b color hex is 0.09, 0.00, 0.87, 0.18. Web safe color of #bfd21b is #cccc33. Color #bfd21b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010010 00011011
Octal 277 322 33
Decimal 191 210 27
Hex BF D2 1B

RGB Percentages of Color #bfd21b

%44.63
%49.07
%6.31

CMYK Percentages of Color #bfd21b

%9
%0
%87
%18

Triadic Colors of #bfd21b

#bfd21b #1bbfd2 #d21bbf

Analogous Colors of #bfd21b

#bfd21b #64d21b #d28a1b

Monochromatic Colors of #bfd21b

#bfd21b

Complementary Color

#bfd21b #2e1bd2

#bfd21b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd21b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd21b Color CSS Codes

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

#bfd21b Text Font Color

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

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


#bfd21b Background Color

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

This div background color is #bfd21b


#bfd21b Border Color

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

This div border color is #bfd21b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd21b


Comments

No comments written yet.

Please login to write comment.