Color Hex Logo

#bef201 Color Hex

#BEF201
(190,242,1)
0 Favorites   0 Comments

Color spaces of #bef201

RGB 1902421
HSL0.200.990.48
HSV73°100°95°
CMYK 0.210.001.00   0.05
XYZ52.992874.453611.6067
Yxy74.45360.38110.5354
Hunter Lab86.2865-41.375752.4252
CIE-Lab89.1364-41.649386.4396

#bef201 color RGB value is (190,242,1).

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

The process color (four color CMYK) of #bef201 color hex is 0.21, 0.00, 1.00, 0.05. Web safe color of #bef201 is #ccff00. Color #bef201 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110010 00000001
Octal 276 362 1
Decimal 190 242 1
Hex BE F2 1

RGB Percentages of Color #bef201

%43.88
%55.89
%0.23

CMYK Percentages of Color #bef201

%21
%0
%100
%5

Triadic Colors of #bef201

#bef201 #01bef2 #f201be

Analogous Colors of #bef201

#bef201 #45f201 #f2ae01

Monochromatic Colors of #bef201

#bef201

Complementary Color

#bef201 #3501f2

#bef201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef201 Color CSS Codes

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

#bef201 Text Font Color

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

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


#bef201 Background Color

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

This div background color is #bef201


#bef201 Border Color

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

This div border color is #bef201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef201


Comments

No comments written yet.

Please login to write comment.