Color Hex Logo

#bfd982 Color Hex

#BFD982
(191,217,130)
0 Favorites   0 Comments

Color spaces of #bfd982

RGB 191217130
HSL0.220.530.68
HSV78°40°85°
CMYK 0.120.000.40   0.15
XYZ50.328062.313830.4943
Yxy62.31380.35160.4353
Hunter Lab78.9391-24.339932.3535
CIE-Lab83.0800-22.561139.9749

#bfd982 color RGB value is (191,217,130).

#bfd982 hex color red value is 191, green value is 217 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bfd982 hue: 0.22 , saturation: 0.53 and the lightness value of bfd982 is 0.68.

The process color (four color CMYK) of #bfd982 color hex is 0.12, 0.00, 0.40, 0.15. Web safe color of #bfd982 is #cccc99. Color #bfd982 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 10000010
Octal 277 331 202
Decimal 191 217 130
Hex BF D9 82

RGB Percentages of Color #bfd982

%35.50
%40.33
%24.16

CMYK Percentages of Color #bfd982

%12
%0
%40
%15

Triadic Colors of #bfd982

#bfd982 #82bfd9 #d982bf

Analogous Colors of #bfd982

#bfd982 #94d982 #d9c882

Monochromatic Colors of #bfd982

#bfd982

Complementary Color

#bfd982 #9c82d9

#bfd982 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd982 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd982 Color CSS Codes

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

#bfd982 Text Font Color

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

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


#bfd982 Background Color

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

This div background color is #bfd982


#bfd982 Border Color

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

This div border color is #bfd982


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd982


Comments

No comments written yet.

Please login to write comment.