Color Hex Logo

#bfd07b Color Hex

#BFD07B
(191,208,123)
0 Favorites   0 Comments

Color spaces of #bfd07b

RGB 191208123
HSL0.200.470.65
HSV72°41°82°
CMYK 0.080.000.41   0.18
XYZ47.616957.618227.3506
Yxy57.61820.35910.4346
Hunter Lab75.9067-20.862031.7714
CIE-Lab80.5261-18.950540.2321

#bfd07b color RGB value is (191,208,123).

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

The process color (four color CMYK) of #bfd07b color hex is 0.08, 0.00, 0.41, 0.18. Web safe color of #bfd07b is #cccc66. Color #bfd07b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 01111011
Octal 277 320 173
Decimal 191 208 123
Hex BF D0 7B

RGB Percentages of Color #bfd07b

%36.59
%39.85
%23.56

CMYK Percentages of Color #bfd07b

%8
%0
%41
%18

Triadic Colors of #bfd07b

#bfd07b #7bbfd0 #d07bbf

Analogous Colors of #bfd07b

#bfd07b #95d07b #d0b77b

Monochromatic Colors of #bfd07b

#bfd07b

Complementary Color

#bfd07b #8c7bd0

#bfd07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd07b Color CSS Codes

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

#bfd07b Text Font Color

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

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


#bfd07b Background Color

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

This div background color is #bfd07b


#bfd07b Border Color

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

This div border color is #bfd07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd07b


Comments

No comments written yet.

Please login to write comment.