Color Hex Logo

#beef66 Color Hex

#BEEF66
(190,239,102)
0 Favorites   0 Comments

Color spaces of #beef66

RGB 190239102
HSL0.230.810.67
HSV81°57°94°
CMYK 0.210.000.57   0.06
XYZ54.500073.639523.9118
Yxy73.63950.35840.4843
Hunter Lab85.8135-36.808543.5483
CIE-Lab88.7518-36.126559.9418

#beef66 color RGB value is (190,239,102).

#beef66 hex color red value is 190, green value is 239 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #beef66 hue: 0.23 , saturation: 0.81 and the lightness value of beef66 is 0.67.

The process color (four color CMYK) of #beef66 color hex is 0.21, 0.00, 0.57, 0.06. Web safe color of #beef66 is #ccff66. Color #beef66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11101111 01100110
Octal 276 357 146
Decimal 190 239 102
Hex BE EF 66

RGB Percentages of Color #beef66

%35.78
%45.01
%19.21

CMYK Percentages of Color #beef66

%21
%0
%57
%6

Triadic Colors of #beef66

#beef66 #66beef #ef66be

Analogous Colors of #beef66

#beef66 #7aef66 #efdc66

Monochromatic Colors of #beef66

#beef66

Complementary Color

#beef66 #9766ef

#beef66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beef66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#beef66 Color CSS Codes

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

#beef66 Text Font Color

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

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


#beef66 Background Color

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

This div background color is #beef66


#beef66 Border Color

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

This div border color is #beef66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beef66


Comments

No comments written yet.

Please login to write comment.