Color Hex Logo

#bef048 Color Hex

#BEF048
(190,240,72)
0 Favorites   0 Comments

Color spaces of #bef048

RGB 19024072
HSL0.220.850.61
HSV78°70°94°
CMYK 0.210.000.70   0.06
XYZ53.565073.735217.5400
Yxy73.73520.36980.5091
Hunter Lab85.8692-38.923247.9976
CIE-Lab88.7972-38.711271.8620

#bef048 color RGB value is (190,240,72).

#bef048 hex color red value is 190, green value is 240 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bef048 hue: 0.22 , saturation: 0.85 and the lightness value of bef048 is 0.61.

The process color (four color CMYK) of #bef048 color hex is 0.21, 0.00, 0.70, 0.06. Web safe color of #bef048 is #ccff33. Color #bef048 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110000 01001000
Octal 276 360 110
Decimal 190 240 72
Hex BE F0 48

RGB Percentages of Color #bef048

%37.85
%47.81
%14.34

CMYK Percentages of Color #bef048

%21
%0
%70
%6

Triadic Colors of #bef048

#bef048 #48bef0 #f048be

Analogous Colors of #bef048

#bef048 #6af048 #f0ce48

Monochromatic Colors of #bef048

#bef048

Complementary Color

#bef048 #7a48f0

#bef048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef048 Color CSS Codes

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

#bef048 Text Font Color

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

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


#bef048 Background Color

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

This div background color is #bef048


#bef048 Border Color

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

This div border color is #bef048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef048


Comments

No comments written yet.

Please login to write comment.