Color Hex Logo

#bfe2ac Color Hex

#BFE2AC
(191,226,172)
0 Favorites   0 Comments

Color spaces of #bfe2ac

RGB 191226172
HSL0.270.480.78
HSV99°24°89°
CMYK 0.150.000.24   0.11
XYZ56.128668.447649.2831
Yxy68.44760.32280.3937
Hunter Lab82.7331-23.683122.5948
CIE-Lab86.2298-21.158522.6990

#bfe2ac color RGB value is (191,226,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100010 10101100
Octal 277 342 254
Decimal 191 226 172
Hex BF E2 AC

RGB Percentages of Color #bfe2ac

%32.43
%38.37
%29.20

CMYK Percentages of Color #bfe2ac

%15
%0
%24
%11

Triadic Colors of #bfe2ac

#bfe2ac #acbfe2 #e2acbf

Analogous Colors of #bfe2ac

#bfe2ac #ace2b4 #dae2ac

Monochromatic Colors of #bfe2ac

#bfe2ac

Complementary Color

#bfe2ac #cface2

#bfe2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe2ac Color CSS Codes

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

#bfe2ac Text Font Color

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

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


#bfe2ac Background Color

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

This div background color is #bfe2ac


#bfe2ac Border Color

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

This div border color is #bfe2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe2ac

#bfe2ac Color Palettes


Comments

No comments written yet.

Please login to write comment.