Color Hex Logo

#bfe2aa Color Hex

#BFE2AA
(191,226,170)
0 Favorites   0 Comments

Color spaces of #bfe2aa

RGB 191226170
HSL0.270.490.78
HSV98°25°89°
CMYK 0.150.000.25   0.11
XYZ55.937968.371448.2790
Yxy68.37140.32410.3962
Hunter Lab82.6870-23.946723.2629
CIE-Lab86.1918-21.470523.6836

#bfe2aa color RGB value is (191,226,170).

#bfe2aa hex color red value is 191, green value is 226 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bfe2aa hue: 0.27 , saturation: 0.49 and the lightness value of bfe2aa is 0.78.

The process color (four color CMYK) of #bfe2aa color hex is 0.15, 0.00, 0.25, 0.11. Web safe color of #bfe2aa is #cccc99. Color #bfe2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 10101010
Octal 277 342 252
Decimal 191 226 170
Hex BF E2 AA

RGB Percentages of Color #bfe2aa

%32.54
%38.50
%28.96

CMYK Percentages of Color #bfe2aa

%15
%0
%25
%11

Triadic Colors of #bfe2aa

#bfe2aa #aabfe2 #e2aabf

Analogous Colors of #bfe2aa

#bfe2aa #aae2b1 #dbe2aa

Monochromatic Colors of #bfe2aa

#bfe2aa

Complementary Color

#bfe2aa #cdaae2

#bfe2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe2aa Color CSS Codes

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

#bfe2aa Text Font Color

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

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


#bfe2aa Background Color

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

This div background color is #bfe2aa


#bfe2aa Border Color

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

This div border color is #bfe2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe2aa


Comments

No comments written yet.

Please login to write comment.