Color Hex Logo

#bfd03d Color Hex

#BFD03D
(191,208,61)
0 Favorites   0 Comments

Color spaces of #bfd03d

RGB 19120861
HSL0.190.610.53
HSV67°71°82°
CMYK 0.080.000.71   0.18
XYZ44.884056.525012.9597
Yxy56.52500.39250.4942
Hunter Lab75.1831-25.006742.4081
CIE-Lab79.9117-24.049766.9846

#bfd03d color RGB value is (191,208,61).

#bfd03d hex color red value is 191, green value is 208 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bfd03d hue: 0.19 , saturation: 0.61 and the lightness value of bfd03d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 00111101
Octal 277 320 75
Decimal 191 208 61
Hex BF D0 3D

RGB Percentages of Color #bfd03d

%41.52
%45.22
%13.26

CMYK Percentages of Color #bfd03d

%8
%0
%71
%18

Triadic Colors of #bfd03d

#bfd03d #3dbfd0 #d03dbf

Analogous Colors of #bfd03d

#bfd03d #76d03d #d0983d

Monochromatic Colors of #bfd03d

#bfd03d

Complementary Color

#bfd03d #4e3dd0

#bfd03d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd03d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd03d Color CSS Codes

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

#bfd03d Text Font Color

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

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


#bfd03d Background Color

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

This div background color is #bfd03d


#bfd03d Border Color

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

This div border color is #bfd03d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd03d


Comments

No comments written yet.

Please login to write comment.