Color Hex Logo

#bef480 Color Hex

#BEF480
(190,244,128)
0 Favorites   0 Comments

Color spaces of #bef480

RGB 190244128
HSL0.240.840.73
HSV88°48°96°
CMYK 0.220.000.48   0.04
XYZ57.482277.207032.2949
Yxy77.20700.34420.4624
Hunter Lab87.8675-36.994939.7158
CIE-Lab90.4168-35.860750.0981

#bef480 color RGB value is (190,244,128).

#bef480 hex color red value is 190, green value is 244 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #bef480 hue: 0.24 , saturation: 0.84 and the lightness value of bef480 is 0.73.

The process color (four color CMYK) of #bef480 color hex is 0.22, 0.00, 0.48, 0.04. Web safe color of #bef480 is #ccff99. Color #bef480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110100 10000000
Octal 276 364 200
Decimal 190 244 128
Hex BE F4 80

RGB Percentages of Color #bef480

%33.81
%43.42
%22.78

CMYK Percentages of Color #bef480

%22
%0
%48
%4

Triadic Colors of #bef480

#bef480 #80bef4 #f480be

Analogous Colors of #bef480

#bef480 #84f480 #f4f080

Monochromatic Colors of #bef480

#bef480

Complementary Color

#bef480 #b680f4

#bef480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef480 Color CSS Codes

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

#bef480 Text Font Color

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

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


#bef480 Background Color

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

This div background color is #bef480


#bef480 Border Color

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

This div border color is #bef480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef480


Comments

No comments written yet.

Please login to write comment.