Color Hex Logo

#bffbea Color Hex

#BFFBEA
(191,251,234)
0 Favorites   0 Comments

Color spaces of #bffbea

RGB 191251234
HSL0.450.880.87
HSV163°24°98°
CMYK 0.240.000.07   0.02
XYZ70.834386.011290.7104
Yxy86.01120.28610.3474
Hunter Lab92.7422-25.96486.9285
CIE-Lab94.3171-22.18472.0123

#bffbea color RGB value is (191,251,234).

#bffbea hex color red value is 191, green value is 251 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bffbea hue: 0.45 , saturation: 0.88 and the lightness value of bffbea is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11111011 11101010
Octal 277 373 352
Decimal 191 251 234
Hex BF FB EA

RGB Percentages of Color #bffbea

%28.25
%37.13
%34.62

CMYK Percentages of Color #bffbea

%24
%0
%7
%2

Triadic Colors of #bffbea

#bffbea #eabffb #fbeabf

Analogous Colors of #bffbea

#bffbea #bfeefb #bffbcc

Monochromatic Colors of #bffbea

#bffbea

Complementary Color

#bffbea #fbbfd0

#bffbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bffbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bffbea Color CSS Codes

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

#bffbea Text Font Color

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

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


#bffbea Background Color

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

This div background color is #bffbea


#bffbea Border Color

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

This div border color is #bffbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bffbea

Related Colors


Comments

No comments written yet.

Please login to write comment.