Color Hex Logo

#bfe184 Color Hex

#BFE184
(191,225,132)
0 Favorites   0 Comments

Color spaces of #bfe184

RGB 191225132
HSL0.230.610.70
HSV82°41°88°
CMYK 0.150.000.41   0.12
XYZ52.575966.592731.9124
Yxy66.59270.34800.4408
Hunter Lab81.6044-27.804033.9370
CIE-Lab85.2978-26.185741.8010

#bfe184 color RGB value is (191,225,132).

#bfe184 hex color red value is 191, green value is 225 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bfe184 hue: 0.23 , saturation: 0.61 and the lightness value of bfe184 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 10000100
Octal 277 341 204
Decimal 191 225 132
Hex BF E1 84

RGB Percentages of Color #bfe184

%34.85
%41.06
%24.09

CMYK Percentages of Color #bfe184

%15
%0
%41
%12

Triadic Colors of #bfe184

#bfe184 #84bfe1 #e184bf

Analogous Colors of #bfe184

#bfe184 #91e184 #e1d584

Monochromatic Colors of #bfe184

#bfe184

Complementary Color

#bfe184 #a684e1

#bfe184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe184 Color CSS Codes

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

#bfe184 Text Font Color

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

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


#bfe184 Background Color

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

This div background color is #bfe184


#bfe184 Border Color

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

This div border color is #bfe184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe184


Comments

No comments written yet.

Please login to write comment.