Color Hex Logo

#bff674 Color Hex

#BFF674
(191,246,116)
0 Favorites   0 Comments

Color spaces of #bff674

RGB 191246116
HSL0.240.880.71
HSV85°53°96°
CMYK 0.220.000.53   0.04
XYZ57.594078.248928.5910
Yxy78.24890.35030.4759
Hunter Lab88.4584-38.583442.7575
CIE-Lab90.8934-37.640856.2272

#bff674 color RGB value is (191,246,116).

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

The process color (four color CMYK) of #bff674 color hex is 0.22, 0.00, 0.53, 0.04. Web safe color of #bff674 is #ccff66. Color #bff674 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110110 01110100
Octal 277 366 164
Decimal 191 246 116
Hex BF F6 74

RGB Percentages of Color #bff674

%34.54
%44.48
%20.98

CMYK Percentages of Color #bff674

%22
%0
%53
%4

Triadic Colors of #bff674

#bff674 #74bff6 #f674bf

Analogous Colors of #bff674

#bff674 #7ef674 #f6ec74

Monochromatic Colors of #bff674

#bff674

Complementary Color

#bff674 #ab74f6

#bff674 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff674 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff674 Color CSS Codes

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

#bff674 Text Font Color

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

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


#bff674 Background Color

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

This div background color is #bff674


#bff674 Border Color

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

This div border color is #bff674


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff674


Comments

No comments written yet.

Please login to write comment.