Color Hex Logo

#befc71 Color Hex

#BEFC71
(190,252,113)
0 Favorites   0 Comments

Color spaces of #befc71

RGB 190252113
HSL0.240.960.72
HSV87°55°99°
CMYK 0.250.000.55   0.01
XYZ59.026281.760228.2931
Yxy81.76020.34910.4836
Hunter Lab90.4213-41.714244.7429
CIE-Lab92.4689-40.953559.3901

#befc71 color RGB value is (190,252,113).

#befc71 hex color red value is 190, green value is 252 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #befc71 hue: 0.24 , saturation: 0.96 and the lightness value of befc71 is 0.72.

The process color (four color CMYK) of #befc71 color hex is 0.25, 0.00, 0.55, 0.01. Web safe color of #befc71 is #ccff66. Color #befc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 01110001
Octal 276 374 161
Decimal 190 252 113
Hex BE FC 71

RGB Percentages of Color #befc71

%34.23
%45.41
%20.36

CMYK Percentages of Color #befc71

%25
%0
%55
%1

Triadic Colors of #befc71

#befc71 #71befc #fc71be

Analogous Colors of #befc71

#befc71 #79fc71 #fcf571

Monochromatic Colors of #befc71

#befc71

Complementary Color

#befc71 #af71fc

#befc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc71 Color CSS Codes

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

#befc71 Text Font Color

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

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


#befc71 Background Color

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

This div background color is #befc71


#befc71 Border Color

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

This div border color is #befc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc71


Comments

No comments written yet.

Please login to write comment.