Color Hex Logo

#bfe538 Color Hex

#BFE538
(191,229,56)
0 Favorites   0 Comments

Color spaces of #bfe538

RGB 19122956
HSL0.200.770.56
HSV73°76°90°
CMYK 0.170.000.76   0.10
XYZ50.219067.400514.1042
Yxy67.40050.38120.5117
Hunter Lab82.0978-34.483247.2826
CIE-Lab85.7058-34.171374.1597

#bfe538 color RGB value is (191,229,56).

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

The process color (four color CMYK) of #bfe538 color hex is 0.17, 0.00, 0.76, 0.10. Web safe color of #bfe538 is #cccc33. Color #bfe538 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100101 00111000
Octal 277 345 70
Decimal 191 229 56
Hex BF E5 38

RGB Percentages of Color #bfe538

%40.13
%48.11
%11.76

CMYK Percentages of Color #bfe538

%17
%0
%76
%10

Triadic Colors of #bfe538

#bfe538 #38bfe5 #e538bf

Analogous Colors of #bfe538

#bfe538 #69e538 #e5b538

Monochromatic Colors of #bfe538

#bfe538

Complementary Color

#bfe538 #5e38e5

#bfe538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe538 Color CSS Codes

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

#bfe538 Text Font Color

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

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


#bfe538 Background Color

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

This div background color is #bfe538


#bfe538 Border Color

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

This div border color is #bfe538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe538


Comments

No comments written yet.

Please login to write comment.