Color Hex Logo

#befca1 Color Hex

#BEFCA1
(190,252,161)
0 Favorites   0 Comments

Color spaces of #befca1

RGB 190252161
HSL0.280.940.81
HSV101°36°99°
CMYK 0.250.000.36   0.01
XYZ62.478683.141246.4731
Yxy83.14120.32530.4328
Hunter Lab91.1818-37.258333.6086
CIE-Lab93.0762-35.411437.4790

#befca1 color RGB value is (190,252,161).

#befca1 hex color red value is 190, green value is 252 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #befca1 hue: 0.28 , saturation: 0.94 and the lightness value of befca1 is 0.81.

The process color (four color CMYK) of #befca1 color hex is 0.25, 0.00, 0.36, 0.01. Web safe color of #befca1 is #ccff99. Color #befca1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10100001
Octal 276 374 241
Decimal 190 252 161
Hex BE FC A1

RGB Percentages of Color #befca1

%31.51
%41.79
%26.70

CMYK Percentages of Color #befca1

%25
%0
%36
%1

Triadic Colors of #befca1

#befca1 #a1befc #fca1be

Analogous Colors of #befca1

#befca1 #a1fcb2 #ecfca1

Monochromatic Colors of #befca1

#befca1

Complementary Color

#befca1 #dfa1fc

#befca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befca1 Color CSS Codes

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

#befca1 Text Font Color

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

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


#befca1 Background Color

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

This div background color is #befca1


#befca1 Border Color

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

This div border color is #befca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befca1


Comments

No comments written yet.

Please login to write comment.