Color Hex Logo

#bfe87d Color Hex

#BFE87D
(191,232,125)
0 Favorites   0 Comments

Color spaces of #bfe87d

RGB 191232125
HSL0.230.700.70
HSV83°46°91°
CMYK 0.180.000.46   0.09
XYZ54.044170.270330.1171
Yxy70.27030.35000.4550
Hunter Lab83.8274-31.617737.3777
CIE-Lab87.1293-30.294247.4981

#bfe87d color RGB value is (191,232,125).

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

The process color (four color CMYK) of #bfe87d color hex is 0.18, 0.00, 0.46, 0.09. Web safe color of #bfe87d is #ccff66. Color #bfe87d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 01111101
Octal 277 350 175
Decimal 191 232 125
Hex BF E8 7D

RGB Percentages of Color #bfe87d

%34.85
%42.34
%22.81

CMYK Percentages of Color #bfe87d

%18
%0
%46
%9

Triadic Colors of #bfe87d

#bfe87d #7dbfe8 #e87dbf

Analogous Colors of #bfe87d

#bfe87d #8ae87d #e8dc7d

Monochromatic Colors of #bfe87d

#bfe87d

Complementary Color

#bfe87d #a67de8

#bfe87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe87d Color CSS Codes

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

#bfe87d Text Font Color

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

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


#bfe87d Background Color

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

This div background color is #bfe87d


#bfe87d Border Color

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

This div border color is #bfe87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe87d


Comments

No comments written yet.

Please login to write comment.