Color Hex Logo

#bfeea0 Color Hex

#BFEEA0
(191,238,160)
0 Favorites   0 Comments

Color spaces of #bfeea0

RGB 191238160
HSL0.270.700.78
HSV96°33°93°
CMYK 0.200.000.33   0.07
XYZ58.405674.763544.6102
Yxy74.76350.32850.4205
Hunter Lab86.4659-30.742929.9367
CIE-Lab89.2821-28.717632.9770

#bfeea0 color RGB value is (191,238,160).

#bfeea0 hex color red value is 191, green value is 238 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #bfeea0 hue: 0.27 , saturation: 0.70 and the lightness value of bfeea0 is 0.78.

The process color (four color CMYK) of #bfeea0 color hex is 0.20, 0.00, 0.33, 0.07. Web safe color of #bfeea0 is #ccff99. Color #bfeea0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 10100000
Octal 277 356 240
Decimal 191 238 160
Hex BF EE A0

RGB Percentages of Color #bfeea0

%32.43
%40.41
%27.16

CMYK Percentages of Color #bfeea0

%20
%0
%33
%7

Triadic Colors of #bfeea0

#bfeea0 #a0bfee #eea0bf

Analogous Colors of #bfeea0

#bfeea0 #a0eea8 #e6eea0

Monochromatic Colors of #bfeea0

#bfeea0

Complementary Color

#bfeea0 #cfa0ee

#bfeea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeea0 Color CSS Codes

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

#bfeea0 Text Font Color

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

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


#bfeea0 Background Color

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

This div background color is #bfeea0


#bfeea0 Border Color

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

This div border color is #bfeea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeea0


Comments

No comments written yet.

Please login to write comment.