Color Hex Logo

#bfd628 Color Hex

#BFD628
(191,214,40)
0 Favorites   0 Comments

Color spaces of #bfd628

RGB 19121440
HSL0.190.690.50
HSV68°81°84°
CMYK 0.110.000.81   0.16
XYZ45.915459.322711.0379
Yxy59.32270.39490.5102
Hunter Lab77.0212-28.376245.4180
CIE-Lab81.4687-27.800974.7944

#bfd628 color RGB value is (191,214,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 00101000
Octal 277 326 50
Decimal 191 214 40
Hex BF D6 28

RGB Percentages of Color #bfd628

%42.92
%48.09
%8.99

CMYK Percentages of Color #bfd628

%11
%0
%81
%16

Triadic Colors of #bfd628

#bfd628 #28bfd6 #d628bf

Analogous Colors of #bfd628

#bfd628 #68d628 #d69628

Monochromatic Colors of #bfd628

#bfd628

Complementary Color

#bfd628 #3f28d6

#bfd628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd628 Color CSS Codes

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

#bfd628 Text Font Color

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

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


#bfd628 Background Color

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

This div background color is #bfd628


#bfd628 Border Color

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

This div border color is #bfd628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd628


Comments

No comments written yet.

Please login to write comment.