Color Hex Logo

#bfdb72 Color Hex

#BFDB72
(191,219,114)
0 Favorites   0 Comments

Color spaces of #bfdb72

RGB 191219114
HSL0.210.590.65
HSV76°48°86°
CMYK 0.130.000.48   0.14
XYZ49.854662.954325.4434
Yxy62.95430.36060.4554
Hunter Lab79.3437-26.693436.5279
CIE-Lab83.4183-25.291648.2229

#bfdb72 color RGB value is (191,219,114).

#bfdb72 hex color red value is 191, green value is 219 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bfdb72 hue: 0.21 , saturation: 0.59 and the lightness value of bfdb72 is 0.65.

The process color (four color CMYK) of #bfdb72 color hex is 0.13, 0.00, 0.48, 0.14. Web safe color of #bfdb72 is #cccc66. Color #bfdb72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011011 01110010
Octal 277 333 162
Decimal 191 219 114
Hex BF DB 72

RGB Percentages of Color #bfdb72

%36.45
%41.79
%21.76

CMYK Percentages of Color #bfdb72

%13
%0
%48
%14

Triadic Colors of #bfdb72

#bfdb72 #72bfdb #db72bf

Analogous Colors of #bfdb72

#bfdb72 #8bdb72 #dbc372

Monochromatic Colors of #bfdb72

#bfdb72

Complementary Color

#bfdb72 #8e72db

#bfdb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdb72 Color CSS Codes

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

#bfdb72 Text Font Color

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

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


#bfdb72 Background Color

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

This div background color is #bfdb72


#bfdb72 Border Color

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

This div border color is #bfdb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdb72


Comments

No comments written yet.

Please login to write comment.