Color Hex Logo

#bef502 Color Hex

#BEF502
(190,245,2)
0 Favorites   0 Comments

Color spaces of #bef502

RGB 1902452
HSL0.200.980.48
HSV74°99°96°
CMYK 0.220.000.99   0.04
XYZ53.898676.256311.9356
Yxy76.25630.37930.5367
Hunter Lab87.3249-42.644853.0236
CIE-Lab89.9782-42.946287.0035

#bef502 color RGB value is (190,245,2).

#bef502 hex color red value is 190, green value is 245 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bef502 hue: 0.20 , saturation: 0.98 and the lightness value of bef502 is 0.48.

The process color (four color CMYK) of #bef502 color hex is 0.22, 0.00, 0.99, 0.04. Web safe color of #bef502 is #ccff00. Color #bef502 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110101 00000010
Octal 276 365 2
Decimal 190 245 2
Hex BE F5 2

RGB Percentages of Color #bef502

%43.48
%56.06
%0.46

CMYK Percentages of Color #bef502

%22
%0
%99
%4

Triadic Colors of #bef502

#bef502 #02bef5 #f502be

Analogous Colors of #bef502

#bef502 #45f502 #f5b302

Monochromatic Colors of #bef502

#bef502

Complementary Color

#bef502 #3902f5

#bef502 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef502 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef502 Color CSS Codes

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

#bef502 Text Font Color

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

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


#bef502 Background Color

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

This div background color is #bef502


#bef502 Border Color

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

This div border color is #bef502


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef502


Comments

No comments written yet.

Please login to write comment.