Color Hex Logo

#bfe488 Color Hex

#BFE488
(191,228,136)
0 Favorites   0 Comments

Color spaces of #bfe488

RGB 191228136
HSL0.230.630.71
HSV84°40°89°
CMYK 0.160.000.40   0.11
XYZ53.673268.340733.6548
Yxy68.34070.34480.4390
Hunter Lab82.6684-28.777133.7306
CIE-Lab86.1765-27.137440.9408

#bfe488 color RGB value is (191,228,136).

#bfe488 hex color red value is 191, green value is 228 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bfe488 hue: 0.23 , saturation: 0.63 and the lightness value of bfe488 is 0.71.

The process color (four color CMYK) of #bfe488 color hex is 0.16, 0.00, 0.40, 0.11. Web safe color of #bfe488 is #cccc99. Color #bfe488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100100 10001000
Octal 277 344 210
Decimal 191 228 136
Hex BF E4 88

RGB Percentages of Color #bfe488

%34.41
%41.08
%24.50

CMYK Percentages of Color #bfe488

%16
%0
%40
%11

Triadic Colors of #bfe488

#bfe488 #88bfe4 #e488bf

Analogous Colors of #bfe488

#bfe488 #91e488 #e4db88

Monochromatic Colors of #bfe488

#bfe488

Complementary Color

#bfe488 #ad88e4

#bfe488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe488 Color CSS Codes

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

#bfe488 Text Font Color

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

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


#bfe488 Background Color

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

This div background color is #bfe488


#bfe488 Border Color

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

This div border color is #bfe488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe488


Comments

No comments written yet.

Please login to write comment.