Color Hex Logo

#bfee30 Color Hex

#BFEE30
(191,238,48)
0 Favorites   0 Comments

Color spaces of #bfee30

RGB 19123848
HSL0.210.850.56
HSV75°80°93°
CMYK 0.200.000.80   0.07
XYZ52.593972.438814.0064
Yxy72.43880.37830.5210
Hunter Lab85.1110-38.641149.8206
CIE-Lab88.1794-38.559378.6590

#bfee30 color RGB value is (191,238,48).

#bfee30 hex color red value is 191, green value is 238 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bfee30 hue: 0.21 , saturation: 0.85 and the lightness value of bfee30 is 0.56.

The process color (four color CMYK) of #bfee30 color hex is 0.20, 0.00, 0.80, 0.07. Web safe color of #bfee30 is #ccff33. Color #bfee30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 00110000
Octal 277 356 60
Decimal 191 238 48
Hex BF EE 30

RGB Percentages of Color #bfee30

%40.04
%49.90
%10.06

CMYK Percentages of Color #bfee30

%20
%0
%80
%7

Triadic Colors of #bfee30

#bfee30 #30bfee #ee30bf

Analogous Colors of #bfee30

#bfee30 #60ee30 #eebe30

Monochromatic Colors of #bfee30

#bfee30

Complementary Color

#bfee30 #5f30ee

#bfee30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfee30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfee30 Color CSS Codes

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

#bfee30 Text Font Color

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

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


#bfee30 Background Color

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

This div background color is #bfee30


#bfee30 Border Color

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

This div border color is #bfee30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfee30


Comments

No comments written yet.

Please login to write comment.