Color Hex Logo

#bfe1ac Color Hex

#BFE1AC
(191,225,172)
0 Favorites   0 Comments

Color spaces of #bfe1ac

RGB 191225172
HSL0.270.470.78
HSV98°24°88°
CMYK 0.150.000.24   0.12
XYZ55.857567.905449.1928
Yxy67.90540.32300.3926
Hunter Lab82.4047-23.213222.2892
CIE-Lab85.9591-20.668322.3262

#bfe1ac color RGB value is (191,225,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10101100
Octal 277 341 254
Decimal 191 225 172
Hex BF E1 AC

RGB Percentages of Color #bfe1ac

%32.48
%38.27
%29.25

CMYK Percentages of Color #bfe1ac

%15
%0
%24
%12

Triadic Colors of #bfe1ac

#bfe1ac #acbfe1 #e1acbf

Analogous Colors of #bfe1ac

#bfe1ac #ace1b4 #dae1ac

Monochromatic Colors of #bfe1ac

#bfe1ac

Complementary Color

#bfe1ac #ceace1

#bfe1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1ac Color CSS Codes

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

#bfe1ac Text Font Color

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

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


#bfe1ac Background Color

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

This div background color is #bfe1ac


#bfe1ac Border Color

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

This div border color is #bfe1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1ac


Comments

No comments written yet.

Please login to write comment.