Color Hex Logo

#befc93 Color Hex

#BEFC93
(190,252,147)
0 Favorites   0 Comments

Color spaces of #befc93

RGB 190252147
HSL0.270.950.78
HSV95°42°99°
CMYK 0.250.000.42   0.01
XYZ61.312182.674540.3301
Yxy82.67450.33260.4485
Hunter Lab90.9255-38.755137.3497
CIE-Lab92.8717-37.252744.0773

#befc93 color RGB value is (190,252,147).

#befc93 hex color red value is 190, green value is 252 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #befc93 hue: 0.27 , saturation: 0.95 and the lightness value of befc93 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10010011
Octal 276 374 223
Decimal 190 252 147
Hex BE FC 93

RGB Percentages of Color #befc93

%32.26
%42.78
%24.96

CMYK Percentages of Color #befc93

%25
%0
%42
%1

Triadic Colors of #befc93

#befc93 #93befc #fc93be

Analogous Colors of #befc93

#befc93 #93fc9d #f3fc93

Monochromatic Colors of #befc93

#befc93

Complementary Color

#befc93 #d193fc

#befc93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befc93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befc93 Color CSS Codes

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

#befc93 Text Font Color

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

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


#befc93 Background Color

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

This div background color is #befc93


#befc93 Border Color

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

This div border color is #befc93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befc93


Comments

No comments written yet.

Please login to write comment.