Color Hex Logo

#bfd095 Color Hex

#BFD095
(191,208,149)
0 Favorites   0 Comments

Color spaces of #bfd095

RGB 191208149
HSL0.210.390.70
HSV77°28°82°
CMYK 0.080.000.28   0.18
XYZ49.466558.358037.0908
Yxy58.35800.34130.4027
Hunter Lab76.3924-18.102324.6876
CIE-Lab80.9374-15.647127.4542

#bfd095 color RGB value is (191,208,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010000 10010101
Octal 277 320 225
Decimal 191 208 149
Hex BF D0 95

RGB Percentages of Color #bfd095

%34.85
%37.96
%27.19

CMYK Percentages of Color #bfd095

%8
%0
%28
%18

Triadic Colors of #bfd095

#bfd095 #95bfd0 #d095bf

Analogous Colors of #bfd095

#bfd095 #a2d095 #d0c495

Monochromatic Colors of #bfd095

#bfd095

Complementary Color

#bfd095 #a695d0

#bfd095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd095 Color CSS Codes

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

#bfd095 Text Font Color

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

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


#bfd095 Background Color

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

This div background color is #bfd095


#bfd095 Border Color

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

This div border color is #bfd095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd095


Comments

No comments written yet.

Please login to write comment.