Color Hex Logo

#bfe774 Color Hex

#BFE774
(191,231,116)
0 Favorites   0 Comments

Color spaces of #bfe774

RGB 191231116
HSL0.220.710.68
HSV81°50°91°
CMYK 0.170.000.50   0.09
XYZ53.214269.489127.1311
Yxy69.48910.35520.4638
Hunter Lab83.3601-31.932039.0551
CIE-Lab86.7457-30.772051.2941

#bfe774 color RGB value is (191,231,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100111 01110100
Octal 277 347 164
Decimal 191 231 116
Hex BF E7 74

RGB Percentages of Color #bfe774

%35.50
%42.94
%21.56

CMYK Percentages of Color #bfe774

%17
%0
%50
%9

Triadic Colors of #bfe774

#bfe774 #74bfe7 #e774bf

Analogous Colors of #bfe774

#bfe774 #86e774 #e7d674

Monochromatic Colors of #bfe774

#bfe774

Complementary Color

#bfe774 #9c74e7

#bfe774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe774 Color CSS Codes

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

#bfe774 Text Font Color

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

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


#bfe774 Background Color

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

This div background color is #bfe774


#bfe774 Border Color

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

This div border color is #bfe774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe774


Comments

No comments written yet.

Please login to write comment.