Color Hex Logo

#bef935 Color Hex

#BEF935
(190,249,53)
0 Favorites   0 Comments

Color spaces of #bef935

RGB 19024953
HSL0.220.940.59
HSV78°79°98°
CMYK 0.240.000.79   0.02
XYZ55.753578.955615.6696
Yxy78.95560.37080.5250
Hunter Lab88.8570-43.499551.7443
CIE-Lab91.2142-43.579680.0437

#bef935 color RGB value is (190,249,53).

#bef935 hex color red value is 190, green value is 249 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #bef935 hue: 0.22 , saturation: 0.94 and the lightness value of bef935 is 0.59.

The process color (four color CMYK) of #bef935 color hex is 0.24, 0.00, 0.79, 0.02. Web safe color of #bef935 is #ccff33. Color #bef935 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 00110101
Octal 276 371 65
Decimal 190 249 53
Hex BE F9 35

RGB Percentages of Color #bef935

%38.62
%50.61
%10.77

CMYK Percentages of Color #bef935

%24
%0
%79
%2

Triadic Colors of #bef935

#bef935 #35bef9 #f935be

Analogous Colors of #bef935

#bef935 #5cf935 #f9d235

Monochromatic Colors of #bef935

#bef935

Complementary Color

#bef935 #7035f9

#bef935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef935 Color CSS Codes

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

#bef935 Text Font Color

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

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


#bef935 Background Color

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

This div background color is #bef935


#bef935 Border Color

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

This div border color is #bef935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef935


Comments

No comments written yet.

Please login to write comment.