Color Hex Logo

#bffc4d Color Hex

#BFFC4D
(191,252,77)
0 Favorites   0 Comments

Color spaces of #bffc4d

RGB 19125277
HSL0.220.970.65
HSV81°69°99°
CMYK 0.240.000.69   0.01
XYZ57.635881.233019.6630
Yxy81.23300.36360.5124
Hunter Lab90.1294-43.579450.1556
CIE-Lab92.2353-43.322673.5653

#bffc4d color RGB value is (191,252,77).

#bffc4d hex color red value is 191, green value is 252 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bffc4d hue: 0.22 , saturation: 0.97 and the lightness value of bffc4d is 0.65.

The process color (four color CMYK) of #bffc4d color hex is 0.24, 0.00, 0.69, 0.01. Web safe color of #bffc4d is #ccff66. Color #bffc4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111100 01001101
Octal 277 374 115
Decimal 191 252 77
Hex BF FC 4D

RGB Percentages of Color #bffc4d

%36.73
%48.46
%14.81

CMYK Percentages of Color #bffc4d

%24
%0
%69
%1

Triadic Colors of #bffc4d

#bffc4d #4dbffc #fc4dbf

Analogous Colors of #bffc4d

#bffc4d #68fc4d #fce24d

Monochromatic Colors of #bffc4d

#bffc4d

Complementary Color

#bffc4d #8a4dfc

#bffc4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffc4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffc4d Color CSS Codes

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

#bffc4d Text Font Color

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

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


#bffc4d Background Color

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

This div background color is #bffc4d


#bffc4d Border Color

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

This div border color is #bffc4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffc4d


Comments

No comments written yet.

Please login to write comment.