Color Hex Logo

#bfd37b Color Hex

#BFD37B
(191,211,123)
0 Favorites   0 Comments

Color spaces of #bfd37b

RGB 191211123
HSL0.200.500.65
HSV74°42°83°
CMYK 0.090.000.42   0.17
XYZ48.355359.095027.5968
Yxy59.09500.35810.4376
Hunter Lab76.8733-22.247132.5267
CIE-Lab81.3438-20.433141.2645

#bfd37b color RGB value is (191,211,123).

#bfd37b hex color red value is 191, green value is 211 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bfd37b hue: 0.20 , saturation: 0.50 and the lightness value of bfd37b is 0.65.

The process color (four color CMYK) of #bfd37b color hex is 0.09, 0.00, 0.42, 0.17. Web safe color of #bfd37b is #cccc66. Color #bfd37b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010011 01111011
Octal 277 323 173
Decimal 191 211 123
Hex BF D3 7B

RGB Percentages of Color #bfd37b

%36.38
%40.19
%23.43

CMYK Percentages of Color #bfd37b

%9
%0
%42
%17

Triadic Colors of #bfd37b

#bfd37b #7bbfd3 #d37bbf

Analogous Colors of #bfd37b

#bfd37b #93d37b #d3bb7b

Monochromatic Colors of #bfd37b

#bfd37b

Complementary Color

#bfd37b #8f7bd3

#bfd37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd37b Color CSS Codes

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

#bfd37b Text Font Color

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

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


#bfd37b Background Color

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

This div background color is #bfd37b


#bfd37b Border Color

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

This div border color is #bfd37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd37b


Comments

No comments written yet.

Please login to write comment.