Color Hex Logo

#bef9bd Color Hex

#BEF9BD
(190,249,189)
0 Favorites   0 Comments

Color spaces of #bef9bd

RGB 190249189
HSL0.330.830.86
HSV119°24°98°
CMYK 0.240.000.24   0.02
XYZ64.296282.372660.6549
Yxy82.37260.31010.3973
Hunter Lab90.7594-32.375023.9078
CIE-Lab92.7391-29.782622.9182

#bef9bd color RGB value is (190,249,189).

#bef9bd hex color red value is 190, green value is 249 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bef9bd hue: 0.33 , saturation: 0.83 and the lightness value of bef9bd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 10111101
Octal 276 371 275
Decimal 190 249 189
Hex BE F9 BD

RGB Percentages of Color #bef9bd

%30.25
%39.65
%30.10

CMYK Percentages of Color #bef9bd

%24
%0
%24
%2

Triadic Colors of #bef9bd

#bef9bd #bdbef9 #f9bdbe

Analogous Colors of #bef9bd

#bef9bd #bdf9da #dcf9bd

Monochromatic Colors of #bef9bd

#bef9bd

Complementary Color

#bef9bd #f8bdf9

#bef9bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef9bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef9bd Color CSS Codes

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

#bef9bd Text Font Color

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

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


#bef9bd Background Color

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

This div background color is #bef9bd


#bef9bd Border Color

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

This div border color is #bef9bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef9bd


Comments

No comments written yet.

Please login to write comment.