Color Hex Logo

#bfd05d Color Hex

#BFD05D
(191,208,93)
0 Favorites   0 Comments

Color spaces of #bfd05d

RGB 19120893
HSL0.190.550.59
HSV69°55°82°
CMYK 0.080.000.55   0.18
XYZ46.017556.978418.9285
Yxy56.97840.37740.4673
Hunter Lab75.4840-23.277737.9712
CIE-Lab80.1674-21.901754.1842

#bfd05d color RGB value is (191,208,93).

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

The process color (four color CMYK) of #bfd05d color hex is 0.08, 0.00, 0.55, 0.18. Web safe color of #bfd05d is #cccc66. Color #bfd05d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01011101
Octal 277 320 135
Decimal 191 208 93
Hex BF D0 5D

RGB Percentages of Color #bfd05d

%38.82
%42.28
%18.90

CMYK Percentages of Color #bfd05d

%8
%0
%55
%18

Triadic Colors of #bfd05d

#bfd05d #5dbfd0 #d05dbf

Analogous Colors of #bfd05d

#bfd05d #86d05d #d0a85d

Monochromatic Colors of #bfd05d

#bfd05d

Complementary Color

#bfd05d #6e5dd0

#bfd05d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd05d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd05d Color CSS Codes

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

#bfd05d Text Font Color

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

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


#bfd05d Background Color

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

This div background color is #bfd05d


#bfd05d Border Color

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

This div border color is #bfd05d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd05d


Comments

No comments written yet.

Please login to write comment.