Color Hex Logo

#bfe775 Color Hex

#BFE775
(191,231,117)
0 Favorites   0 Comments

Color spaces of #bfe775

RGB 191231117
HSL0.230.700.68
HSV81°49°91°
CMYK 0.170.000.49   0.09
XYZ53.272769.512527.4391
Yxy69.51250.35460.4627
Hunter Lab83.3742-31.850538.8491
CIE-Lab86.7572-30.670850.8395

#bfe775 color RGB value is (191,231,117).

#bfe775 hex color red value is 191, green value is 231 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bfe775 hue: 0.23 , saturation: 0.70 and the lightness value of bfe775 is 0.68.

The process color (four color CMYK) of #bfe775 color hex is 0.17, 0.00, 0.49, 0.09. Web safe color of #bfe775 is #ccff66. Color #bfe775 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01110101
Octal 277 347 165
Decimal 191 231 117
Hex BF E7 75

RGB Percentages of Color #bfe775

%35.44
%42.86
%21.71

CMYK Percentages of Color #bfe775

%17
%0
%49
%9

Triadic Colors of #bfe775

#bfe775 #75bfe7 #e775bf

Analogous Colors of #bfe775

#bfe775 #86e775 #e7d675

Monochromatic Colors of #bfe775

#bfe775

Complementary Color

#bfe775 #9d75e7

#bfe775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe775 Color CSS Codes

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

#bfe775 Text Font Color

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

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


#bfe775 Background Color

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

This div background color is #bfe775


#bfe775 Border Color

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

This div border color is #bfe775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe775


Comments

No comments written yet.

Please login to write comment.