Color Hex Logo

#bfd794 Color Hex

#BFD794
(191,215,148)
0 Favorites   0 Comments

Color spaces of #bfd794

RGB 191215148
HSL0.230.460.71
HSV81°31°84°
CMYK 0.110.000.31   0.16
XYZ51.131661.815437.2536
Yxy61.81540.34040.4116
Hunter Lab78.6228-21.504026.9427
CIE-Lab82.8152-19.277830.4876

#bfd794 color RGB value is (191,215,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11010111 10010100
Octal 277 327 224
Decimal 191 215 148
Hex BF D7 94

RGB Percentages of Color #bfd794

%34.48
%38.81
%26.71

CMYK Percentages of Color #bfd794

%11
%0
%31
%16

Triadic Colors of #bfd794

#bfd794 #94bfd7 #d794bf

Analogous Colors of #bfd794

#bfd794 #9ed794 #d7ce94

Monochromatic Colors of #bfd794

#bfd794

Complementary Color

#bfd794 #ac94d7

#bfd794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfd794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfd794 Color CSS Codes

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

#bfd794 Text Font Color

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

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


#bfd794 Background Color

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

This div background color is #bfd794


#bfd794 Border Color

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

This div border color is #bfd794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfd794


Comments

No comments written yet.

Please login to write comment.