Color Hex Logo

#bef278 Color Hex

#BEF278
(190,242,120)
0 Favorites   0 Comments

Color spaces of #bef278

RGB 190242120
HSL0.240.820.71
HSV86°50°95°
CMYK 0.210.000.50   0.05
XYZ56.377575.807529.4302
Yxy75.80750.34880.4691
Hunter Lab87.0675-36.786740.9063
CIE-Lab89.7699-35.798453.0492

#bef278 color RGB value is (190,242,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 01111000
Octal 276 362 170
Decimal 190 242 120
Hex BE F2 78

RGB Percentages of Color #bef278

%34.42
%43.84
%21.74

CMYK Percentages of Color #bef278

%21
%0
%50
%5

Triadic Colors of #bef278

#bef278 #78bef2 #f278be

Analogous Colors of #bef278

#bef278 #81f278 #f2e978

Monochromatic Colors of #bef278

#bef278

Complementary Color

#bef278 #ac78f2

#bef278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef278 Color CSS Codes

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

#bef278 Text Font Color

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

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


#bef278 Background Color

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

This div background color is #bef278


#bef278 Border Color

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

This div border color is #bef278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef278


Comments

No comments written yet.

Please login to write comment.