Color Hex Logo

#bfeeab Color Hex

#BFEEAB
(191,238,171)
0 Favorites   0 Comments

Color spaces of #bfeeab

RGB 191238171
HSL0.280.660.80
HSV102°28°93°
CMYK 0.200.000.28   0.07
XYZ59.411175.165749.9052
Yxy75.16570.32200.4074
Hunter Lab86.6982-29.402226.5602
CIE-Lab89.4706-27.104327.6431

#bfeeab color RGB value is (191,238,171).

#bfeeab hex color red value is 191, green value is 238 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bfeeab hue: 0.28 , saturation: 0.66 and the lightness value of bfeeab is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 10101011
Octal 277 356 253
Decimal 191 238 171
Hex BF EE AB

RGB Percentages of Color #bfeeab

%31.83
%39.67
%28.50

CMYK Percentages of Color #bfeeab

%20
%0
%28
%7

Triadic Colors of #bfeeab

#bfeeab #abbfee #eeabbf

Analogous Colors of #bfeeab

#bfeeab #abeeb9 #e1eeab

Monochromatic Colors of #bfeeab

#bfeeab

Complementary Color

#bfeeab #daabee

#bfeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeeab Color CSS Codes

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

#bfeeab Text Font Color

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

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


#bfeeab Background Color

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

This div background color is #bfeeab


#bfeeab Border Color

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

This div border color is #bfeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeeab


Comments

No comments written yet.

Please login to write comment.