Color Hex Logo

#bfe44d Color Hex

#BFE44D
(191,228,77)
0 Favorites   0 Comments

Color spaces of #bfe44d

RGB 19122877
HSL0.210.740.60
HSV75°66°89°
CMYK 0.160.000.66   0.11
XYZ50.568867.099017.3073
Yxy67.09900.37470.4971
Hunter Lab81.9140-33.154244.8126
CIE-Lab85.5539-32.580366.7536

#bfe44d color RGB value is (191,228,77).

#bfe44d hex color red value is 191, green value is 228 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bfe44d hue: 0.21 , saturation: 0.74 and the lightness value of bfe44d is 0.60.

The process color (four color CMYK) of #bfe44d color hex is 0.16, 0.00, 0.66, 0.11. Web safe color of #bfe44d is #cccc66. Color #bfe44d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 01001101
Octal 277 344 115
Decimal 191 228 77
Hex BF E4 4D

RGB Percentages of Color #bfe44d

%38.51
%45.97
%15.52

CMYK Percentages of Color #bfe44d

%16
%0
%66
%11

Triadic Colors of #bfe44d

#bfe44d #4dbfe4 #e44dbf

Analogous Colors of #bfe44d

#bfe44d #74e44d #e4be4d

Monochromatic Colors of #bfe44d

#bfe44d

Complementary Color

#bfe44d #724de4

#bfe44d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe44d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe44d Color CSS Codes

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

#bfe44d Text Font Color

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

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


#bfe44d Background Color

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

This div background color is #bfe44d


#bfe44d Border Color

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

This div border color is #bfe44d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe44d


Comments

No comments written yet.

Please login to write comment.