Color Hex Logo

#bfe85d Color Hex

#BFE85D
(191,232,93)
0 Favorites   0 Comments

Color spaces of #bfe85d

RGB 19123293
HSL0.220.750.64
HSV78°60°91°
CMYK 0.180.000.60   0.09
XYZ52.318369.579921.0287
Yxy69.57990.36600.4868
Hunter Lab83.4146-34.018843.4433
CIE-Lab86.7904-33.290661.6187

#bfe85d color RGB value is (191,232,93).

#bfe85d hex color red value is 191, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bfe85d hue: 0.22 , saturation: 0.75 and the lightness value of bfe85d is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101000 01011101
Octal 277 350 135
Decimal 191 232 93
Hex BF E8 5D

RGB Percentages of Color #bfe85d

%37.02
%44.96
%18.02

CMYK Percentages of Color #bfe85d

%18
%0
%60
%9

Triadic Colors of #bfe85d

#bfe85d #5dbfe8 #e85dbf

Analogous Colors of #bfe85d

#bfe85d #7ae85d #e8cc5d

Monochromatic Colors of #bfe85d

#bfe85d

Complementary Color

#bfe85d #865de8

#bfe85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe85d Color CSS Codes

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

#bfe85d Text Font Color

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

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


#bfe85d Background Color

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

This div background color is #bfe85d


#bfe85d Border Color

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

This div border color is #bfe85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe85d


Comments

No comments written yet.

Please login to write comment.