Color Hex Logo

#bfdd74 Color Hex

#BFDD74
(191,221,116)
0 Favorites   0 Comments

Color spaces of #bfdd74

RGB 191221116
HSL0.210.610.66
HSV77°48°87°
CMYK 0.140.000.48   0.13
XYZ50.494764.050226.2246
Yxy64.05020.35870.4550
Hunter Lab80.0314-27.432836.5939
CIE-Lab83.9919-26.045547.9638

#bfdd74 color RGB value is (191,221,116).

#bfdd74 hex color red value is 191, green value is 221 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #bfdd74 hue: 0.21 , saturation: 0.61 and the lightness value of bfdd74 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011101 01110100
Octal 277 335 164
Decimal 191 221 116
Hex BF DD 74

RGB Percentages of Color #bfdd74

%36.17
%41.86
%21.97

CMYK Percentages of Color #bfdd74

%14
%0
%48
%13

Triadic Colors of #bfdd74

#bfdd74 #74bfdd #dd74bf

Analogous Colors of #bfdd74

#bfdd74 #8bdd74 #ddc774

Monochromatic Colors of #bfdd74

#bfdd74

Complementary Color

#bfdd74 #9274dd

#bfdd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdd74 Color CSS Codes

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

#bfdd74 Text Font Color

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

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


#bfdd74 Background Color

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

This div background color is #bfdd74


#bfdd74 Border Color

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

This div border color is #bfdd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdd74


Comments

No comments written yet.

Please login to write comment.