Color Hex Logo

#bfe166 Color Hex

#BFE166
(191,225,102)
0 Favorites   0 Comments

Color spaces of #bfe166

RGB 191225102
HSL0.210.670.64
HSV77°55°88°
CMYK 0.150.000.55   0.12
XYZ50.809365.886122.6097
Yxy65.88610.36470.4730
Hunter Lab81.1703-30.314240.3041
CIE-Lab84.9383-29.285555.5979

#bfe166 color RGB value is (191,225,102).

#bfe166 hex color red value is 191, green value is 225 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #bfe166 hue: 0.21 , saturation: 0.67 and the lightness value of bfe166 is 0.64.

The process color (four color CMYK) of #bfe166 color hex is 0.15, 0.00, 0.55, 0.12. Web safe color of #bfe166 is #cccc66. Color #bfe166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 11100001 01100110
Octal 277 341 146
Decimal 191 225 102
Hex BF E1 66

RGB Percentages of Color #bfe166

%36.87
%43.44
%19.69

CMYK Percentages of Color #bfe166

%15
%0
%55
%12

Triadic Colors of #bfe166

#bfe166 #66bfe1 #e166bf

Analogous Colors of #bfe166

#bfe166 #82e166 #e1c666

Monochromatic Colors of #bfe166

#bfe166

Complementary Color

#bfe166 #8866e1

#bfe166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bfe166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bfe166 Color CSS Codes

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

#bfe166 Text Font Color

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

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


#bfe166 Background Color

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

This div background color is #bfe166


#bfe166 Border Color

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

This div border color is #bfe166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bfe166


Comments

No comments written yet.

Please login to write comment.