Color Hex Logo

#bfd795 Color Hex

#BFD795
(191,215,149)
0 Favorites   0 Comments

Color spaces of #bfd795

RGB 191215149
HSL0.230.450.71
HSV82°31°84°
CMYK 0.110.000.31   0.16
XYZ51.211161.847237.6724
Yxy61.84720.33980.4103
Hunter Lab78.6430-21.388826.6484
CIE-Lab82.8321-19.140229.9946

#bfd795 color RGB value is (191,215,149).

#bfd795 hex color red value is 191, green value is 215 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bfd795 hue: 0.23 , saturation: 0.45 and the lightness value of bfd795 is 0.71.

The process color (four color CMYK) of #bfd795 color hex is 0.11, 0.00, 0.31, 0.16. Web safe color of #bfd795 is #cccc99. Color #bfd795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 10010101
Octal 277 327 225
Decimal 191 215 149
Hex BF D7 95

RGB Percentages of Color #bfd795

%34.41
%38.74
%26.85

CMYK Percentages of Color #bfd795

%11
%0
%31
%16

Triadic Colors of #bfd795

#bfd795 #95bfd7 #d795bf

Analogous Colors of #bfd795

#bfd795 #9ed795 #d7ce95

Monochromatic Colors of #bfd795

#bfd795

Complementary Color

#bfd795 #ad95d7

#bfd795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd795 Color CSS Codes

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

#bfd795 Text Font Color

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

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


#bfd795 Background Color

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

This div background color is #bfd795


#bfd795 Border Color

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

This div border color is #bfd795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd795


Comments

No comments written yet.

Please login to write comment.