Color Hex Logo

#bef986 Color Hex

#BEF986
(190,249,134)
0 Favorites   0 Comments

Color spaces of #bef986

RGB 190249134
HSL0.250.910.75
HSV91°46°98°
CMYK 0.240.000.46   0.02
XYZ59.414080.419734.9454
Yxy80.41970.33990.4601
Hunter Lab89.6770-38.672739.6698
CIE-Lab91.8728-37.452149.0551

#bef986 color RGB value is (190,249,134).

#bef986 hex color red value is 190, green value is 249 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bef986 hue: 0.25 , saturation: 0.91 and the lightness value of bef986 is 0.75.

The process color (four color CMYK) of #bef986 color hex is 0.24, 0.00, 0.46, 0.02. Web safe color of #bef986 is #ccff99. Color #bef986 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 10000110
Octal 276 371 206
Decimal 190 249 134
Hex BE F9 86

RGB Percentages of Color #bef986

%33.16
%43.46
%23.39

CMYK Percentages of Color #bef986

%24
%0
%46
%2

Triadic Colors of #bef986

#bef986 #86bef9 #f986be

Analogous Colors of #bef986

#bef986 #86f988 #f8f986

Monochromatic Colors of #bef986

#bef986

Complementary Color

#bef986 #c186f9

#bef986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef986 Color CSS Codes

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

#bef986 Text Font Color

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

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


#bef986 Background Color

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

This div background color is #bef986


#bef986 Border Color

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

This div border color is #bef986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef986

Related Colors


Comments

No comments written yet.

Please login to write comment.