Color Hex Logo

#bfde32 Color Hex

#BFDE32
(191,222,50)
0 Favorites   0 Comments

Color spaces of #bfde32

RGB 19122250
HSL0.200.720.53
HSV71°77°87°
CMYK 0.140.000.77   0.13
XYZ48.182963.549212.7443
Yxy63.54920.38710.5105
Hunter Lab79.7178-31.617346.3239
CIE-Lab83.7305-31.195674.1169

#bfde32 color RGB value is (191,222,50).

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

The process color (four color CMYK) of #bfde32 color hex is 0.14, 0.00, 0.77, 0.13. Web safe color of #bfde32 is #cccc33. Color #bfde32 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11011110 00110010
Octal 277 336 62
Decimal 191 222 50
Hex BF DE 32

RGB Percentages of Color #bfde32

%41.25
%47.95
%10.80

CMYK Percentages of Color #bfde32

%14
%0
%77
%13

Triadic Colors of #bfde32

#bfde32 #32bfde #de32bf

Analogous Colors of #bfde32

#bfde32 #69de32 #dea732

Monochromatic Colors of #bfde32

#bfde32

Complementary Color

#bfde32 #5132de

#bfde32 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfde32 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfde32 Color CSS Codes

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

#bfde32 Text Font Color

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

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


#bfde32 Background Color

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

This div background color is #bfde32


#bfde32 Border Color

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

This div border color is #bfde32


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfde32


Comments

No comments written yet.

Please login to write comment.