Color Hex Logo

#befca7 Color Hex

#BEFCA7
(190,252,167)
0 Favorites   0 Comments

Color spaces of #befca7

RGB 190252167
HSL0.290.930.82
HSV104°34°99°
CMYK 0.250.000.34   0.01
XYZ63.020783.358049.3274
Yxy83.35800.32200.4259
Hunter Lab91.3006-36.565531.8775
CIE-Lab93.1709-34.566034.6205

#befca7 color RGB value is (190,252,167).

#befca7 hex color red value is 190, green value is 252 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #befca7 hue: 0.29 , saturation: 0.93 and the lightness value of befca7 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111100 10100111
Octal 276 374 247
Decimal 190 252 167
Hex BE FC A7

RGB Percentages of Color #befca7

%31.20
%41.38
%27.42

CMYK Percentages of Color #befca7

%25
%0
%34
%1

Triadic Colors of #befca7

#befca7 #a7befc #fca7be

Analogous Colors of #befca7

#befca7 #a7fcbb #e9fca7

Monochromatic Colors of #befca7

#befca7

Complementary Color

#befca7 #e5a7fc

#befca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#befca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#befca7 Color CSS Codes

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

#befca7 Text Font Color

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

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


#befca7 Background Color

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

This div background color is #befca7


#befca7 Border Color

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

This div border color is #befca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #befca7

Related Colors


Comments

No comments written yet.

Please login to write comment.