Color Hex Logo

#bfdf9b Color Hex

#BFDF9B
(191,223,155)
0 Favorites   0 Comments

Color spaces of #bfdf9b

RGB 191223155
HSL0.250.520.74
HSV88°30°87°
CMYK 0.140.000.30   0.13
XYZ53.789966.218340.9567
Yxy66.21830.33420.4114
Hunter Lab81.3746-24.414327.1210
CIE-Lab85.1076-22.230829.9509

#bfdf9b color RGB value is (191,223,155).

#bfdf9b hex color red value is 191, green value is 223 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bfdf9b hue: 0.25 , saturation: 0.52 and the lightness value of bfdf9b is 0.74.

The process color (four color CMYK) of #bfdf9b color hex is 0.14, 0.00, 0.30, 0.13. Web safe color of #bfdf9b is #cccc99. Color #bfdf9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011111 10011011
Octal 277 337 233
Decimal 191 223 155
Hex BF DF 9B

RGB Percentages of Color #bfdf9b

%33.57
%39.19
%27.24

CMYK Percentages of Color #bfdf9b

%14
%0
%30
%13

Triadic Colors of #bfdf9b

#bfdf9b #9bbfdf #df9bbf

Analogous Colors of #bfdf9b

#bfdf9b #9ddf9b #dfdd9b

Monochromatic Colors of #bfdf9b

#bfdf9b

Complementary Color

#bfdf9b #bb9bdf

#bfdf9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfdf9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfdf9b Color CSS Codes

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

#bfdf9b Text Font Color

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

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


#bfdf9b Background Color

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

This div background color is #bfdf9b


#bfdf9b Border Color

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

This div border color is #bfdf9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfdf9b


Comments

No comments written yet.

Please login to write comment.