Color Hex Logo

#bef680 Color Hex

#BEF680
(190,246,128)
0 Favorites   0 Comments

Color spaces of #bef680

RGB 190246128
HSL0.250.870.73
HSV88°48°96°
CMYK 0.230.000.48   0.04
XYZ58.087378.417232.4966
Yxy78.41720.34370.4640
Hunter Lab88.5535-37.880240.2297
CIE-Lab90.9699-36.766450.7747

#bef680 color RGB value is (190,246,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11110110 10000000
Octal 276 366 200
Decimal 190 246 128
Hex BE F6 80

RGB Percentages of Color #bef680

%33.69
%43.62
%22.70

CMYK Percentages of Color #bef680

%23
%0
%48
%4

Triadic Colors of #bef680

#bef680 #80bef6 #f680be

Analogous Colors of #bef680

#bef680 #83f680 #f6f380

Monochromatic Colors of #bef680

#bef680

Complementary Color

#bef680 #b880f6

#bef680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef680 Color CSS Codes

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

#bef680 Text Font Color

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

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


#bef680 Background Color

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

This div background color is #bef680


#bef680 Border Color

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

This div border color is #bef680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef680

Related Colors


Comments

No comments written yet.

Please login to write comment.