Color Hex Logo

#bfd984 Color Hex

#BFD984
(191,217,132)
0 Favorites   0 Comments

Color spaces of #bfd984

RGB 191217132
HSL0.220.530.68
HSV78°39°85°
CMYK 0.120.000.39   0.15
XYZ50.463662.368031.2083
Yxy62.36800.35030.4330
Hunter Lab78.9734-24.142931.8515
CIE-Lab83.1087-22.321939.0110

#bfd984 color RGB value is (191,217,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011001 10000100
Octal 277 331 204
Decimal 191 217 132
Hex BF D9 84

RGB Percentages of Color #bfd984

%35.37
%40.19
%24.44

CMYK Percentages of Color #bfd984

%12
%0
%39
%15

Triadic Colors of #bfd984

#bfd984 #84bfd9 #d984bf

Analogous Colors of #bfd984

#bfd984 #95d984 #d9c984

Monochromatic Colors of #bfd984

#bfd984

Complementary Color

#bfd984 #9e84d9

#bfd984 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd984 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd984 Color CSS Codes

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

#bfd984 Text Font Color

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

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


#bfd984 Background Color

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

This div background color is #bfd984


#bfd984 Border Color

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

This div border color is #bfd984


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd984


Comments

No comments written yet.

Please login to write comment.