Color Hex Logo

#bfefaa Color Hex

#BFEFAA
(191,239,170)
0 Favorites   0 Comments

Color spaces of #bfefaa

RGB 191239170
HSL0.280.680.80
HSV102°29°94°
CMYK 0.200.000.29   0.06
XYZ59.608175.711649.5023
Yxy75.71160.32250.4096
Hunter Lab87.0124-29.989827.1780
CIE-Lab89.7253-27.730228.4984

#bfefaa color RGB value is (191,239,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 10101010
Octal 277 357 252
Decimal 191 239 170
Hex BF EF AA

RGB Percentages of Color #bfefaa

%31.83
%39.83
%28.33

CMYK Percentages of Color #bfefaa

%20
%0
%29
%6

Triadic Colors of #bfefaa

#bfefaa #aabfef #efaabf

Analogous Colors of #bfefaa

#bfefaa #aaefb8 #e2efaa

Monochromatic Colors of #bfefaa

#bfefaa

Complementary Color

#bfefaa #daaaef

#bfefaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfefaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfefaa Color CSS Codes

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

#bfefaa Text Font Color

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

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


#bfefaa Background Color

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

This div background color is #bfefaa


#bfefaa Border Color

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

This div border color is #bfefaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfefaa


Comments

No comments written yet.

Please login to write comment.