Color Hex Logo

#bfdc72 Color Hex

#BFDC72
(191,220,114)
0 Favorites   0 Comments

Color spaces of #bfdc72

RGB 191220114
HSL0.210.600.65
HSV76°48°86°
CMYK 0.130.000.48   0.14
XYZ50.116363.477725.5306
Yxy63.47770.36020.4563
Hunter Lab79.6729-27.146536.7720
CIE-Lab83.6931-25.771648.5561

#bfdc72 color RGB value is (191,220,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011100 01110010
Octal 277 334 162
Decimal 191 220 114
Hex BF DC 72

RGB Percentages of Color #bfdc72

%36.38
%41.90
%21.71

CMYK Percentages of Color #bfdc72

%13
%0
%48
%14

Triadic Colors of #bfdc72

#bfdc72 #72bfdc #dc72bf

Analogous Colors of #bfdc72

#bfdc72 #8adc72 #dcc472

Monochromatic Colors of #bfdc72

#bfdc72

Complementary Color

#bfdc72 #8f72dc

#bfdc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdc72 Color CSS Codes

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

#bfdc72 Text Font Color

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

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


#bfdc72 Background Color

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

This div background color is #bfdc72


#bfdc72 Border Color

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

This div border color is #bfdc72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,220,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 #bfdc72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdc72


Comments

No comments written yet.

Please login to write comment.