Color Hex Logo

#bfd089 Color Hex

#BFD089
(191,208,137)
0 Favorites   0 Comments

Color spaces of #bfd089

RGB 191208137
HSL0.210.430.68
HSV74°34°82°
CMYK 0.080.000.34   0.18
XYZ48.557157.994332.3017
Yxy57.99430.34970.4177
Hunter Lab76.1540-19.454828.1592
CIE-Lab80.7356-17.257233.3970

#bfd089 color RGB value is (191,208,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 10001001
Octal 277 320 211
Decimal 191 208 137
Hex BF D0 89

RGB Percentages of Color #bfd089

%35.63
%38.81
%25.56

CMYK Percentages of Color #bfd089

%8
%0
%34
%18

Triadic Colors of #bfd089

#bfd089 #89bfd0 #d089bf

Analogous Colors of #bfd089

#bfd089 #9cd089 #d0be89

Monochromatic Colors of #bfd089

#bfd089

Complementary Color

#bfd089 #9a89d0

#bfd089 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd089 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd089 Color CSS Codes

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

#bfd089 Text Font Color

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

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


#bfd089 Background Color

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

This div background color is #bfd089


#bfd089 Border Color

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

This div border color is #bfd089


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd089


Comments

No comments written yet.

Please login to write comment.