Color Hex Logo

#beffba Color Hex

#BEFFBA
(190,255,186)
0 Favorites   0 Comments

Color spaces of #beffba

RGB 190255186
HSL0.321.000.86
HSV117°27°100°
CMYK 0.250.000.27   0.00
XYZ65.858186.012359.5853
Yxy86.01230.31150.4068
Hunter Lab92.7428-35.544326.8274
CIE-Lab94.3176-33.060926.6129

#beffba color RGB value is (190,255,186).

#beffba hex color red value is 190, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #beffba hue: 0.32 , saturation: 1.00 and the lightness value of beffba is 0.86.

The process color (four color CMYK) of #beffba color hex is 0.25, 0.00, 0.27, 0.00. Web safe color of #beffba is #ccffcc. Color #beffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 11111111 10111010
Octal 276 377 272
Decimal 190 255 186
Hex BE FF BA

RGB Percentages of Color #beffba

%30.11
%40.41
%29.48

CMYK Percentages of Color #beffba

%25
%0
%27
%0

Triadic Colors of #beffba

#beffba #babeff #ffbabe

Analogous Colors of #beffba

#beffba #baffd9 #e1ffba

Monochromatic Colors of #beffba

#beffba

Complementary Color

#beffba #fbbaff

#beffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#beffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#beffba Color CSS Codes

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

#beffba Text Font Color

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

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


#beffba Background Color

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

This div background color is #beffba


#beffba Border Color

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

This div border color is #beffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #beffba

#beffba Color Palettes


Comments

No comments written yet.

Please login to write comment.