Color Hex Logo

#bfe038 Color Hex

#BFE038
(191,224,56)
0 Favorites   0 Comments

Color spaces of #bfe038

RGB 19122456
HSL0.200.730.55
HSV72°75°88°
CMYK 0.150.000.75   0.12
XYZ48.855364.673213.6496
Yxy64.67320.38410.5085
Hunter Lab80.4196-32.294846.2305
CIE-Lab84.3151-31.869272.8610

#bfe038 color RGB value is (191,224,56).

#bfe038 hex color red value is 191, green value is 224 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #bfe038 hue: 0.20 , saturation: 0.73 and the lightness value of bfe038 is 0.55.

The process color (four color CMYK) of #bfe038 color hex is 0.15, 0.00, 0.75, 0.12. Web safe color of #bfe038 is #cccc33. Color #bfe038 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100000 00111000
Octal 277 340 70
Decimal 191 224 56
Hex BF E0 38

RGB Percentages of Color #bfe038

%40.55
%47.56
%11.89

CMYK Percentages of Color #bfe038

%15
%0
%75
%12

Triadic Colors of #bfe038

#bfe038 #38bfe0 #e038bf

Analogous Colors of #bfe038

#bfe038 #6be038 #e0ad38

Monochromatic Colors of #bfe038

#bfe038

Complementary Color

#bfe038 #5938e0

#bfe038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe038 Color CSS Codes

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

#bfe038 Text Font Color

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

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


#bfe038 Background Color

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

This div background color is #bfe038


#bfe038 Border Color

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

This div border color is #bfe038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe038


Comments

No comments written yet.

Please login to write comment.