Color Hex Logo

#bfd77d Color Hex

#BFD77D
(191,215,125)
0 Favorites   0 Comments

Color spaces of #bfd77d

RGB 191215125
HSL0.210.530.67
HSV76°42°84°
CMYK 0.110.000.42   0.16
XYZ49.488061.157928.5984
Yxy61.15790.35540.4392
Hunter Lab78.2035-23.899533.0606
CIE-Lab82.4636-22.167041.6820

#bfd77d color RGB value is (191,215,125).

#bfd77d hex color red value is 191, green value is 215 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bfd77d hue: 0.21 , saturation: 0.53 and the lightness value of bfd77d is 0.67.

The process color (four color CMYK) of #bfd77d color hex is 0.11, 0.00, 0.42, 0.16. Web safe color of #bfd77d is #cccc66. Color #bfd77d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 01111101
Octal 277 327 175
Decimal 191 215 125
Hex BF D7 7D

RGB Percentages of Color #bfd77d

%35.97
%40.49
%23.54

CMYK Percentages of Color #bfd77d

%11
%0
%42
%16

Triadic Colors of #bfd77d

#bfd77d #7dbfd7 #d77dbf

Analogous Colors of #bfd77d

#bfd77d #92d77d #d7c27d

Monochromatic Colors of #bfd77d

#bfd77d

Complementary Color

#bfd77d #957dd7

#bfd77d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd77d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd77d Color CSS Codes

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

#bfd77d Text Font Color

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

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


#bfd77d Background Color

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

This div background color is #bfd77d


#bfd77d Border Color

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

This div border color is #bfd77d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd77d


Comments

No comments written yet.

Please login to write comment.