Color Hex Logo

#bfc489 Color Hex

#BFC489
(191,196,137)
0 Favorites   0 Comments

Color spaces of #bfc489

RGB 191196137
HSL0.180.330.65
HSV65°30°77°
CMYK 0.030.000.30   0.23
XYZ45.741152.362431.3630
Yxy52.36240.35330.4044
Hunter Lab72.3619-13.800624.9559
CIE-Lab77.4970-11.178929.1181

#bfc489 color RGB value is (191,196,137).

#bfc489 hex color red value is 191, green value is 196 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #bfc489 hue: 0.18 , saturation: 0.33 and the lightness value of bfc489 is 0.65.

The process color (four color CMYK) of #bfc489 color hex is 0.03, 0.00, 0.30, 0.23. Web safe color of #bfc489 is #cccc99. Color #bfc489 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11000100 10001001
Octal 277 304 211
Decimal 191 196 137
Hex BF C4 89

RGB Percentages of Color #bfc489

%36.45
%37.40
%26.15

CMYK Percentages of Color #bfc489

%3
%0
%30
%23

Triadic Colors of #bfc489

#bfc489 #89bfc4 #c489bf

Analogous Colors of #bfc489

#bfc489 #a2c489 #c4ac89

Monochromatic Colors of #bfc489

#bfc489

Complementary Color

#bfc489 #8e89c4

#bfc489 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfc489 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfc489 Color CSS Codes

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

#bfc489 Text Font Color

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

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


#bfc489 Background Color

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

This div background color is #bfc489


#bfc489 Border Color

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

This div border color is #bfc489


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfc489


Comments

No comments written yet.

Please login to write comment.