Color Hex Logo

#bef279 Color Hex

#BEF279
(190,242,121)
0 Favorites   0 Comments

Color spaces of #bef279

RGB 190242121
HSL0.240.820.71
HSV86°50°95°
CMYK 0.210.000.50   0.05
XYZ56.438575.831929.7516
Yxy75.83190.34830.4680
Hunter Lab87.0815-36.704840.7005
CIE-Lab89.7812-35.695952.5998

#bef279 color RGB value is (190,242,121).

#bef279 hex color red value is 190, green value is 242 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #bef279 hue: 0.24 , saturation: 0.82 and the lightness value of bef279 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 01111001
Octal 276 362 171
Decimal 190 242 121
Hex BE F2 79

RGB Percentages of Color #bef279

%34.36
%43.76
%21.88

CMYK Percentages of Color #bef279

%21
%0
%50
%5

Triadic Colors of #bef279

#bef279 #79bef2 #f279be

Analogous Colors of #bef279

#bef279 #82f279 #f2ea79

Monochromatic Colors of #bef279

#bef279

Complementary Color

#bef279 #ad79f2

#bef279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef279 Color CSS Codes

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

#bef279 Text Font Color

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

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


#bef279 Background Color

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

This div background color is #bef279


#bef279 Border Color

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

This div border color is #bef279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef279


Comments

No comments written yet.

Please login to write comment.