Color Hex Logo

#bfeeaa Color Hex

#BFEEAA
(191,238,170)
0 Favorites   0 Comments

Color spaces of #bfeeaa

RGB 191238170
HSL0.280.670.80
HSV101°29°93°
CMYK 0.200.000.29   0.07
XYZ59.316175.127749.4050
Yxy75.12770.32260.4086
Hunter Lab86.6762-29.528626.8784
CIE-Lab89.4528-27.255728.1294

#bfeeaa color RGB value is (191,238,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101110 10101010
Octal 277 356 252
Decimal 191 238 170
Hex BF EE AA

RGB Percentages of Color #bfeeaa

%31.89
%39.73
%28.38

CMYK Percentages of Color #bfeeaa

%20
%0
%29
%7

Triadic Colors of #bfeeaa

#bfeeaa #aabfee #eeaabf

Analogous Colors of #bfeeaa

#bfeeaa #aaeeb7 #e1eeaa

Monochromatic Colors of #bfeeaa

#bfeeaa

Complementary Color

#bfeeaa #d9aaee

#bfeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfeeaa Color CSS Codes

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

#bfeeaa Text Font Color

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

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


#bfeeaa Background Color

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

This div background color is #bfeeaa


#bfeeaa Border Color

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

This div border color is #bfeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfeeaa


Comments

No comments written yet.

Please login to write comment.