Color Hex Logo

#bfd189 Color Hex

#BFD189
(191,209,137)
0 Favorites   0 Comments

Color spaces of #bfd189

RGB 191209137
HSL0.210.440.68
HSV75°34°82°
CMYK 0.090.000.34   0.18
XYZ48.801758.483432.3832
Yxy58.48340.34940.4187
Hunter Lab76.4744-19.921628.4257
CIE-Lab81.0068-17.756033.7525

#bfd189 color RGB value is (191,209,137).

#bfd189 hex color red value is 191, green value is 209 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bfd189 hue: 0.21 , saturation: 0.44 and the lightness value of bfd189 is 0.68.

The process color (four color CMYK) of #bfd189 color hex is 0.09, 0.00, 0.34, 0.18. Web safe color of #bfd189 is #cccc99. Color #bfd189 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010001 10001001
Octal 277 321 211
Decimal 191 209 137
Hex BF D1 89

RGB Percentages of Color #bfd189

%35.57
%38.92
%25.51

CMYK Percentages of Color #bfd189

%9
%0
%34
%18

Triadic Colors of #bfd189

#bfd189 #89bfd1 #d189bf

Analogous Colors of #bfd189

#bfd189 #9bd189 #d1bf89

Monochromatic Colors of #bfd189

#bfd189

Complementary Color

#bfd189 #9b89d1

#bfd189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd189 Color CSS Codes

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

#bfd189 Text Font Color

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

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


#bfd189 Background Color

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

This div background color is #bfd189


#bfd189 Border Color

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

This div border color is #bfd189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd189


Comments

No comments written yet.

Please login to write comment.