Color Hex Logo

#bfd028 Color Hex

#BFD028
(191,208,40)
0 Favorites   0 Comments

Color spaces of #bfd028

RGB 19120840
HSL0.180.680.49
HSV66°81°82°
CMYK 0.080.000.81   0.18
XYZ44.424756.341310.5410
Yxy56.34130.39910.5062
Hunter Lab75.0608-25.711444.2163
CIE-Lab79.8077-24.934073.3516

#bfd028 color RGB value is (191,208,40).

#bfd028 hex color red value is 191, green value is 208 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #bfd028 hue: 0.18 , saturation: 0.68 and the lightness value of bfd028 is 0.49.

The process color (four color CMYK) of #bfd028 color hex is 0.08, 0.00, 0.81, 0.18. Web safe color of #bfd028 is #cccc33. Color #bfd028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 00101000
Octal 277 320 50
Decimal 191 208 40
Hex BF D0 28

RGB Percentages of Color #bfd028

%43.51
%47.38
%9.11

CMYK Percentages of Color #bfd028

%8
%0
%81
%18

Triadic Colors of #bfd028

#bfd028 #28bfd0 #d028bf

Analogous Colors of #bfd028

#bfd028 #6bd028 #d08d28

Monochromatic Colors of #bfd028

#bfd028

Complementary Color

#bfd028 #3928d0

#bfd028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd028 Color CSS Codes

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

#bfd028 Text Font Color

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

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


#bfd028 Background Color

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

This div background color is #bfd028


#bfd028 Border Color

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

This div border color is #bfd028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd028


Comments

No comments written yet.

Please login to write comment.