Color Hex Logo

#bfd67d Color Hex

#BFD67D
(191,214,125)
0 Favorites   0 Comments

Color spaces of #bfd67d

RGB 191214125
HSL0.210.520.66
HSV76°42°84°
CMYK 0.110.000.42   0.16
XYZ49.234160.650228.5138
Yxy60.65020.35570.4382
Hunter Lab77.8782-23.440432.8067
CIE-Lab82.1903-21.678441.3374

#bfd67d color RGB value is (191,214,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010110 01111101
Octal 277 326 175
Decimal 191 214 125
Hex BF D6 7D

RGB Percentages of Color #bfd67d

%36.04
%40.38
%23.58

CMYK Percentages of Color #bfd67d

%11
%0
%42
%16

Triadic Colors of #bfd67d

#bfd67d #7dbfd6 #d67dbf

Analogous Colors of #bfd67d

#bfd67d #93d67d #d6c17d

Monochromatic Colors of #bfd67d

#bfd67d

Complementary Color

#bfd67d #947dd6

#bfd67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd67d Color CSS Codes

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

#bfd67d Text Font Color

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

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


#bfd67d Background Color

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

This div background color is #bfd67d


#bfd67d Border Color

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

This div border color is #bfd67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd67d


Comments

No comments written yet.

Please login to write comment.