Color Hex Logo

#bff65d Color Hex

#BFF65D
(191,246,93)
0 Favorites   0 Comments

Color spaces of #bff65d

RGB 19124693
HSL0.230.890.66
HSV82°62°96°
CMYK 0.220.000.62   0.04
XYZ56.417477.778222.3951
Yxy77.77820.36030.4967
Hunter Lab88.1919-40.147446.6785
CIE-Lab90.6786-39.616265.8709

#bff65d color RGB value is (191,246,93).

#bff65d hex color red value is 191, green value is 246 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bff65d hue: 0.23 , saturation: 0.89 and the lightness value of bff65d is 0.66.

The process color (four color CMYK) of #bff65d color hex is 0.22, 0.00, 0.62, 0.04. Web safe color of #bff65d is #ccff66. Color #bff65d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11110110 01011101
Octal 277 366 135
Decimal 191 246 93
Hex BF F6 5D

RGB Percentages of Color #bff65d

%36.04
%46.42
%17.55

CMYK Percentages of Color #bff65d

%22
%0
%62
%4

Triadic Colors of #bff65d

#bff65d #5dbff6 #f65dbf

Analogous Colors of #bff65d

#bff65d #73f65d #f6e15d

Monochromatic Colors of #bff65d

#bff65d

Complementary Color

#bff65d #945df6

#bff65d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bff65d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bff65d Color CSS Codes

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

#bff65d Text Font Color

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

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


#bff65d Background Color

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

This div background color is #bff65d


#bff65d Border Color

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

This div border color is #bff65d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bff65d


Comments

No comments written yet.

Please login to write comment.