Color Hex Logo

#bfe95c Color Hex

#BFE95C
(191,233,92)
0 Favorites   0 Comments

Color spaces of #bfe95c

RGB 19123392
HSL0.220.760.64
HSV78°61°91°
CMYK 0.180.000.61   0.09
XYZ52.556570.126920.8910
Yxy70.12690.36610.4884
Hunter Lab83.7418-34.521343.8282
CIE-Lab87.0591-33.827762.3348

#bfe95c color RGB value is (191,233,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101001 01011100
Octal 277 351 134
Decimal 191 233 92
Hex BF E9 5C

RGB Percentages of Color #bfe95c

%37.02
%45.16
%17.83

CMYK Percentages of Color #bfe95c

%18
%0
%61
%9

Triadic Colors of #bfe95c

#bfe95c #5cbfe9 #e95cbf

Analogous Colors of #bfe95c

#bfe95c #79e95c #e9cd5c

Monochromatic Colors of #bfe95c

#bfe95c

Complementary Color

#bfe95c #865ce9

#bfe95c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe95c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe95c Color CSS Codes

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

#bfe95c Text Font Color

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

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


#bfe95c Background Color

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

This div background color is #bfe95c


#bfe95c Border Color

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

This div border color is #bfe95c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe95c


Comments

No comments written yet.

Please login to write comment.