Color Hex Logo

#bfe795 Color Hex

#BFE795
(191,231,149)
0 Favorites   0 Comments

Color spaces of #bfe795

RGB 191231149
HSL0.250.630.75
HSV89°35°91°
CMYK 0.170.000.35   0.09
XYZ55.486670.398139.0975
Yxy70.39810.33630.4267
Hunter Lab83.9036-28.786731.1045
CIE-Lab87.1917-26.910435.7626

#bfe795 color RGB value is (191,231,149).

#bfe795 hex color red value is 191, green value is 231 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bfe795 hue: 0.25 , saturation: 0.63 and the lightness value of bfe795 is 0.75.

The process color (four color CMYK) of #bfe795 color hex is 0.17, 0.00, 0.35, 0.09. Web safe color of #bfe795 is #ccff99. Color #bfe795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 10010101
Octal 277 347 225
Decimal 191 231 149
Hex BF E7 95

RGB Percentages of Color #bfe795

%33.45
%40.46
%26.09

CMYK Percentages of Color #bfe795

%17
%0
%35
%9

Triadic Colors of #bfe795

#bfe795 #95bfe7 #e795bf

Analogous Colors of #bfe795

#bfe795 #96e795 #e7e695

Monochromatic Colors of #bfe795

#bfe795

Complementary Color

#bfe795 #bd95e7

#bfe795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe795 Color CSS Codes

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

#bfe795 Text Font Color

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

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


#bfe795 Background Color

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

This div background color is #bfe795


#bfe795 Border Color

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

This div border color is #bfe795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe795


Comments

No comments written yet.

Please login to write comment.