Color Hex Logo

#bef9bf Color Hex

#BEF9BF
(190,249,191)
0 Favorites   0 Comments

Color spaces of #bef9bf

RGB 190249191
HSL0.340.830.86
HSV121°24°98°
CMYK 0.240.000.23   0.02
XYZ64.514982.460161.8063
Yxy82.46010.30900.3950
Hunter Lab90.8075-32.096523.2108
CIE-Lab92.7776-29.451421.9498

#bef9bf color RGB value is (190,249,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111001 10111111
Octal 276 371 277
Decimal 190 249 191
Hex BE F9 BF

RGB Percentages of Color #bef9bf

%30.16
%39.52
%30.32

CMYK Percentages of Color #bef9bf

%24
%0
%23
%2

Triadic Colors of #bef9bf

#bef9bf #bfbef9 #f9bfbe

Analogous Colors of #bef9bf

#bef9bf #bef9dd #dbf9be

Monochromatic Colors of #bef9bf

#bef9bf

Complementary Color

#bef9bf #f9bef8

#bef9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bef9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bef9bf Color CSS Codes

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

#bef9bf Text Font Color

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

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


#bef9bf Background Color

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

This div background color is #bef9bf


#bef9bf Border Color

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

This div border color is #bef9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bef9bf

#bef9bf Color Palettes


Comments

No comments written yet.

Please login to write comment.