Color Hex Logo

#bfeac7 Color Hex

#BFEAC7
(191,234,199)
0 Favorites   0 Comments

Color spaces of #bfeac7

RGB 191234199
HSL0.360.510.83
HSV131°18°92°
CMYK 0.180.000.15   0.08
XYZ61.217574.045565.0985
Yxy74.04550.30550.3696
Hunter Lab86.0497-23.598415.3806
CIE-Lab88.9440-20.545012.4507

#bfeac7 color RGB value is (191,234,199).

#bfeac7 hex color red value is 191, green value is 234 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bfeac7 hue: 0.36 , saturation: 0.51 and the lightness value of bfeac7 is 0.83.

The process color (four color CMYK) of #bfeac7 color hex is 0.18, 0.00, 0.15, 0.08. Web safe color of #bfeac7 is #ccffcc. Color #bfeac7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 11000111
Octal 277 352 307
Decimal 191 234 199
Hex BF EA C7

RGB Percentages of Color #bfeac7

%30.61
%37.50
%31.89

CMYK Percentages of Color #bfeac7

%18
%0
%15
%8

Triadic Colors of #bfeac7

#bfeac7 #c7bfea #eac7bf

Analogous Colors of #bfeac7

#bfeac7 #bfeadd #cdeabf

Monochromatic Colors of #bfeac7

#bfeac7

Complementary Color

#bfeac7 #eabfe2

#bfeac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeac7 Color CSS Codes

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

#bfeac7 Text Font Color

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

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


#bfeac7 Background Color

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

This div background color is #bfeac7


#bfeac7 Border Color

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

This div border color is #bfeac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeac7

#bfeac7 Color Palettes


Comments

No comments written yet.

Please login to write comment.