Color Hex Logo

#bef65b Color Hex

#BEF65B
(190,246,91)
0 Favorites   0 Comments

Color spaces of #bef65b

RGB 19024691
HSL0.230.900.66
HSV82°63°96°
CMYK 0.230.000.63   0.04
XYZ56.079377.614021.9228
Yxy77.61400.36040.4988
Hunter Lab88.0988-40.548746.9152
CIE-Lab90.6035-40.133566.5772

#bef65b color RGB value is (190,246,91).

#bef65b hex color red value is 190, green value is 246 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bef65b hue: 0.23 , saturation: 0.90 and the lightness value of bef65b is 0.66.

The process color (four color CMYK) of #bef65b color hex is 0.23, 0.00, 0.63, 0.04. Web safe color of #bef65b is #ccff66. Color #bef65b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 01011011
Octal 276 366 133
Decimal 190 246 91
Hex BE F6 5B

RGB Percentages of Color #bef65b

%36.05
%46.68
%17.27

CMYK Percentages of Color #bef65b

%23
%0
%63
%4

Triadic Colors of #bef65b

#bef65b #5bbef6 #f65bbe

Analogous Colors of #bef65b

#bef65b #71f65b #f6e15b

Monochromatic Colors of #bef65b

#bef65b

Complementary Color

#bef65b #935bf6

#bef65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef65b Color CSS Codes

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

#bef65b Text Font Color

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

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


#bef65b Background Color

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

This div background color is #bef65b


#bef65b Border Color

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

This div border color is #bef65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef65b


Comments

No comments written yet.

Please login to write comment.