Color Hex Logo

#bfe884 Color Hex

#BFE884
(191,232,132)
0 Favorites   0 Comments

Color spaces of #bfe884

RGB 191232132
HSL0.240.680.71
HSV85°43°91°
CMYK 0.180.000.43   0.09
XYZ54.507370.455532.5562
Yxy70.45550.34600.4473
Hunter Lab83.9378-30.977235.7602
CIE-Lab87.2198-29.504344.2272

#bfe884 color RGB value is (191,232,132).

#bfe884 hex color red value is 191, green value is 232 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bfe884 hue: 0.24 , saturation: 0.68 and the lightness value of bfe884 is 0.71.

The process color (four color CMYK) of #bfe884 color hex is 0.18, 0.00, 0.43, 0.09. Web safe color of #bfe884 is #ccff99. Color #bfe884 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 10000100
Octal 277 350 204
Decimal 191 232 132
Hex BF E8 84

RGB Percentages of Color #bfe884

%34.41
%41.80
%23.78

CMYK Percentages of Color #bfe884

%18
%0
%43
%9

Triadic Colors of #bfe884

#bfe884 #84bfe8 #e884bf

Analogous Colors of #bfe884

#bfe884 #8de884 #e8df84

Monochromatic Colors of #bfe884

#bfe884

Complementary Color

#bfe884 #ad84e8

#bfe884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe884 Color CSS Codes

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

#bfe884 Text Font Color

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

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


#bfe884 Background Color

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

This div background color is #bfe884


#bfe884 Border Color

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

This div border color is #bfe884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe884


Comments

No comments written yet.

Please login to write comment.