Color Hex Logo

#bfeabf Color Hex

#BFEABF
(191,234,191)
0 Favorites   0 Comments

Color spaces of #bfeabf

RGB 191234191
HSL0.330.510.83
HSV120°18°92°
CMYK 0.180.000.18   0.08
XYZ60.312673.683660.3338
Yxy73.68360.31040.3792
Hunter Lab85.8392-24.800218.4142
CIE-Lab88.7727-21.945016.3706

#bfeabf color RGB value is (191,234,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101010 10111111
Octal 277 352 277
Decimal 191 234 191
Hex BF EA BF

RGB Percentages of Color #bfeabf

%31.01
%37.99
%31.01

CMYK Percentages of Color #bfeabf

%18
%0
%18
%8

Triadic Colors of #bfeabf

#bfeabf #bfbfea #eabfbf

Analogous Colors of #bfeabf

#bfeabf #bfead5 #d5eabf

Monochromatic Colors of #bfeabf

#bfeabf

Complementary Color

#bfeabf #eabfea

#bfeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeabf Color CSS Codes

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

#bfeabf Text Font Color

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

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


#bfeabf Background Color

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

This div background color is #bfeabf


#bfeabf Border Color

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

This div border color is #bfeabf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,234,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 #bfeabf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeabf


Comments

No comments written yet.

Please login to write comment.