Color Hex Logo

#bfd620 Color Hex

#BFD620
(191,214,32)
0 Favorites   0 Comments

Color spaces of #bfd620

RGB 19121432
HSL0.190.740.48
HSV68°85°84°
CMYK 0.110.000.85   0.16
XYZ45.793159.273810.3939
Yxy59.27380.39660.5134
Hunter Lab76.9895-28.560445.8882
CIE-Lab81.4419-28.034176.5983

#bfd620 color RGB value is (191,214,32).

#bfd620 hex color red value is 191, green value is 214 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bfd620 hue: 0.19 , saturation: 0.74 and the lightness value of bfd620 is 0.48.

The process color (four color CMYK) of #bfd620 color hex is 0.11, 0.00, 0.85, 0.16. Web safe color of #bfd620 is #cccc33. Color #bfd620 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00100000
Octal 277 326 40
Decimal 191 214 32
Hex BF D6 20

RGB Percentages of Color #bfd620

%43.71
%48.97
%7.32

CMYK Percentages of Color #bfd620

%11
%0
%85
%16

Triadic Colors of #bfd620

#bfd620 #20bfd6 #d620bf

Analogous Colors of #bfd620

#bfd620 #64d620 #d69220

Monochromatic Colors of #bfd620

#bfd620

Complementary Color

#bfd620 #3720d6

#bfd620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd620 Color CSS Codes

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

#bfd620 Text Font Color

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

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


#bfd620 Background Color

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

This div background color is #bfd620


#bfd620 Border Color

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

This div border color is #bfd620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd620


Comments

No comments written yet.

Please login to write comment.