Color Hex Logo

#bfe1a4 Color Hex

#BFE1A4
(191,225,164)
0 Favorites   0 Comments

Color spaces of #bfe1a4

RGB 191225164
HSL0.260.500.76
HSV93°27°88°
CMYK 0.150.000.27   0.12
XYZ55.111967.607145.2667
Yxy67.60710.32810.4025
Hunter Lab82.2235-24.248124.9154
CIE-Lab85.8096-21.895726.2648

#bfe1a4 color RGB value is (191,225,164).

#bfe1a4 hex color red value is 191, green value is 225 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #bfe1a4 hue: 0.26 , saturation: 0.50 and the lightness value of bfe1a4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10100100
Octal 277 341 244
Decimal 191 225 164
Hex BF E1 A4

RGB Percentages of Color #bfe1a4

%32.93
%38.79
%28.28

CMYK Percentages of Color #bfe1a4

%15
%0
%27
%12

Triadic Colors of #bfe1a4

#bfe1a4 #a4bfe1 #e1a4bf

Analogous Colors of #bfe1a4

#bfe1a4 #a4e1a8 #dee1a4

Monochromatic Colors of #bfe1a4

#bfe1a4

Complementary Color

#bfe1a4 #c6a4e1

#bfe1a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe1a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe1a4 Color CSS Codes

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

#bfe1a4 Text Font Color

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

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


#bfe1a4 Background Color

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

This div background color is #bfe1a4


#bfe1a4 Border Color

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

This div border color is #bfe1a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe1a4


Comments

No comments written yet.

Please login to write comment.