Color Hex Logo

#bef681 Color Hex

#BEF681
(190,246,129)
0 Favorites   0 Comments

Color spaces of #bef681

RGB 190246129
HSL0.250.870.74
HSV89°48°96°
CMYK 0.230.000.48   0.04
XYZ58.153478.443732.8450
Yxy78.44370.34320.4630
Hunter Lab88.5684-37.793040.0106
CIE-Lab90.9820-36.657450.3195

#bef681 color RGB value is (190,246,129).

#bef681 hex color red value is 190, green value is 246 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #bef681 hue: 0.25 , saturation: 0.87 and the lightness value of bef681 is 0.74.

The process color (four color CMYK) of #bef681 color hex is 0.23, 0.00, 0.48, 0.04. Web safe color of #bef681 is #ccff99. Color #bef681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 10000001
Octal 276 366 201
Decimal 190 246 129
Hex BE F6 81

RGB Percentages of Color #bef681

%33.63
%43.54
%22.83

CMYK Percentages of Color #bef681

%23
%0
%48
%4

Triadic Colors of #bef681

#bef681 #81bef6 #f681be

Analogous Colors of #bef681

#bef681 #84f681 #f6f481

Monochromatic Colors of #bef681

#bef681

Complementary Color

#bef681 #b981f6

#bef681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef681 Color CSS Codes

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

#bef681 Text Font Color

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

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


#bef681 Background Color

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

This div background color is #bef681


#bef681 Border Color

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

This div border color is #bef681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef681


Comments

No comments written yet.

Please login to write comment.