Color Hex Logo

#bfe666 Color Hex

#BFE666
(191,230,102)
0 Favorites   0 Comments

Color spaces of #bfe666

RGB 191230102
HSL0.220.720.65
HSV78°56°90°
CMYK 0.170.000.56   0.10
XYZ52.180968.629323.0669
Yxy68.62930.36270.4770
Hunter Lab82.8428-32.541641.4811
CIE-Lab86.3202-31.622757.1875

#bfe666 color RGB value is (191,230,102).

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

The process color (four color CMYK) of #bfe666 color hex is 0.17, 0.00, 0.56, 0.10. Web safe color of #bfe666 is #ccff66. Color #bfe666 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100110 01100110
Octal 277 346 146
Decimal 191 230 102
Hex BF E6 66

RGB Percentages of Color #bfe666

%36.52
%43.98
%19.50

CMYK Percentages of Color #bfe666

%17
%0
%56
%10

Triadic Colors of #bfe666

#bfe666 #66bfe6 #e666bf

Analogous Colors of #bfe666

#bfe666 #7fe666 #e6cd66

Monochromatic Colors of #bfe666

#bfe666

Complementary Color

#bfe666 #8d66e6

#bfe666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe666 Color CSS Codes

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

#bfe666 Text Font Color

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

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


#bfe666 Background Color

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

This div background color is #bfe666


#bfe666 Border Color

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

This div border color is #bfe666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe666


Comments

No comments written yet.

Please login to write comment.