color codes Logo

#bfef5d color codes

#BFEF5D
(191,239,93)
0 Favorites   0 Comments

Color spaces of #bfef5d

RGB 19123993
HSL0.220.820.65
HSV80°61°94°
CMYK 0.200.000.61   0.06
XYZ54.328173.599721.6987
Yxy73.59970.36310.4919
Hunter Lab85.7903-37.094945.0571
CIE-Lab88.7330-36.482363.7530

#bfef5d color RGB value is (191,239,93).

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

The process color (four color CMYK) of #bfef5d color code is 0.20, 0.00, 0.61, 0.06. Web safe color of #bfef5d is #ccff66. Color #bfef5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11101111 01011101
Octal 277 357 135
Decimal 191 239 93
Hex BF EF 5D

RGB Percentages of Color #bfef5d

%36.52
%45.70
%17.78

CMYK Percentages of Color #bfef5d

%20
%0
%61
%6

Triadic Colors of #bfef5d

#bfef5d #5dbfef #ef5dbf

Analogous Colors of #bfef5d

#bfef5d #76ef5d #efd65d

Monochromatic Colors of #bfef5d

#bfef5d

Complementary Color

#bfef5d #8d5def

#bfef5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfef5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfef5d Color CSS Codes

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

#bfef5d Text Font Color

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

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


#bfef5d Background Color

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

This div background color is #bfef5d


#bfef5d Border Color

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

This div border color is #bfef5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfef5d


Comments

No comments written yet.

Please login to write comment.