Color Hex Logo

#bfe32d Color Hex

#BFE32D
(191,227,45)
0 Favorites   0 Comments

Color spaces of #bfe32d

RGB 19122745
HSL0.200.760.53
HSV72°80°89°
CMYK 0.160.000.80   0.11
XYZ49.428666.204012.6561
Yxy66.20400.38530.5161
Hunter Lab81.3658-33.954047.7338
CIE-Lab85.1004-33.693676.7050

#bfe32d color RGB value is (191,227,45).

#bfe32d hex color red value is 191, green value is 227 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bfe32d hue: 0.20 , saturation: 0.76 and the lightness value of bfe32d is 0.53.

The process color (four color CMYK) of #bfe32d color hex is 0.16, 0.00, 0.80, 0.11. Web safe color of #bfe32d is #cccc33. Color #bfe32d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100011 00101101
Octal 277 343 55
Decimal 191 227 45
Hex BF E3 2D

RGB Percentages of Color #bfe32d

%41.25
%49.03
%9.72

CMYK Percentages of Color #bfe32d

%16
%0
%80
%11

Triadic Colors of #bfe32d

#bfe32d #2dbfe3 #e32dbf

Analogous Colors of #bfe32d

#bfe32d #64e32d #e3ac2d

Monochromatic Colors of #bfe32d

#bfe32d

Complementary Color

#bfe32d #512de3

#bfe32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe32d Color CSS Codes

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

#bfe32d Text Font Color

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

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


#bfe32d Background Color

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

This div background color is #bfe32d


#bfe32d Border Color

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

This div border color is #bfe32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe32d


Comments

No comments written yet.

Please login to write comment.