Color Hex Logo

#bef171 Color Hex

#BEF171
(190,241,113)
0 Favorites   0 Comments

Color spaces of #bef171

RGB 190241113
HSL0.230.820.69
HSV84°53°95°
CMYK 0.210.000.53   0.05
XYZ55.671175.050027.1747
Yxy75.05000.35260.4753
Hunter Lab86.6314-36.897242.0438
CIE-Lab89.4164-36.036855.8314

#bef171 color RGB value is (190,241,113).

#bef171 hex color red value is 190, green value is 241 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bef171 hue: 0.23 , saturation: 0.82 and the lightness value of bef171 is 0.69.

The process color (four color CMYK) of #bef171 color hex is 0.21, 0.00, 0.53, 0.05. Web safe color of #bef171 is #ccff66. Color #bef171 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110001 01110001
Octal 276 361 161
Decimal 190 241 113
Hex BE F1 71

RGB Percentages of Color #bef171

%34.93
%44.30
%20.77

CMYK Percentages of Color #bef171

%21
%0
%53
%5

Triadic Colors of #bef171

#bef171 #71bef1 #f171be

Analogous Colors of #bef171

#bef171 #7ef171 #f1e471

Monochromatic Colors of #bef171

#bef171

Complementary Color

#bef171 #a471f1

#bef171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef171 Color CSS Codes

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

#bef171 Text Font Color

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

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


#bef171 Background Color

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

This div background color is #bef171


#bef171 Border Color

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

This div border color is #bef171


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(190,241,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bef171; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bef171;
  -webkit-box-shadow: 1px 1px 3px 2px #bef171;
  box-shadow:         1px 1px 3px 2px #bef171; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,241,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef171


Comments

No comments written yet.

Please login to write comment.